~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/plugins/analysis/ansari_bradley/ansari_bradley_exact_test.xml

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Friedrichsmeier
  • Date: 2008-04-20 21:30:00 UTC
  • mfrom: (1.2.2 upstream) (3.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080420213000-fs4i8efmfc793bnn
new upstream release
closes: #475175
closes: #463348
closes: #475982

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE rkplugin>
 
2
<document>
 
3
        <code file="ansari_bradley_exact_test.php"/>
 
4
        <help file="ansari_bradley_exact_test.rkh"/>
 
5
 
 
6
        <dialog label="Ansari-Bradley two-sample exact test">
 
7
                <tabbook>
 
8
                        <tab label="Basic settings">
 
9
                                <row>
 
10
                                        <varselector id="vars"/>
 
11
                                        <column>
 
12
                                                <varslot type="numeric" id="x" source="vars" required="true" label="compare"/>
 
13
                                                <varslot type="numeric" id="y" source="vars" required="true" label="against"/>
 
14
                                                <radio id="alternative" label="using test hypothesis">
 
15
                                                        <option value="two.sided" label="Two-sided"/>
 
16
                                                        <option value="greater" label="greater"/>
 
17
                                                        <option value="less" label="less"/>
 
18
                                                </radio>
 
19
                                                <stretch/>
 
20
                                        </column>
 
21
                                </row>
 
22
                        </tab>
 
23
                        <tab label="Options">
 
24
                                <radio id="exact" label="compute exact p-value">
 
25
                                        <option label="Always" value="yes" />
 
26
                                        <option label="Automatic" value="automatic" checked="true" />
 
27
                                        <option label="Never" value="no" />
 
28
                                </radio>
 
29
                                <frame label="Confidence Interval">
 
30
                                        <checkbox id="confint" label="compute confidence interval" checked="false" value="TRUE" value_unchecked="FALSE" />
 
31
                                        <spinbox type="real" id="conflevel" label="confidence level" min="0" max="1" initial="0.95"/>
 
32
                                </frame>
 
33
                        </tab>
 
34
                </tabbook>
 
35
        </dialog>
 
36
        
 
37
</document>