~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/plugins/analysis/moments/bonett_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
 
 
3
 
 
4
<document>
 
5
        <code file="bonett_test.php"/>  
 
6
        <help file="bonett_test.rkh" />
 
7
        
 
8
        <dialog label="Bonett-Seier test of Geary's kurtosis">
 
9
                <tabbook>
 
10
                        <tab id="tab_variables" label="Basic settings">
 
11
                                <row>
 
12
                                        <varselector id="vars"/>
 
13
                                        <column>
 
14
                                                <varslot type="numeric" id="x" multi="true" source="vars" required="true" label="variable(s):"/>
 
15
                                                <radio id="alternative" label="using test hypothesis">
 
16
                                                        <option value="two.sided" label="Two-sided"/>
 
17
                                                        <option value="greater" label="greater"/>
 
18
                                                        <option value="less" label="less"/>
 
19
                                                </radio>
 
20
                                        </column>
 
21
                                </row>
 
22
                        </tab>
 
23
                        <tab label="Options" id="tab_options">
 
24
                                <checkbox id="length" label="Show Length and NAs" value_unchecked="0" value="1" checked="true" />
 
25
                                <checkbox id="show_alternative" label="Verbose alternative hypothesis" value_unchecked="0" value="1" checked="true"/>
 
26
                                <stretch/>
 
27
                        </tab>
 
28
                </tabbook>
 
29
        </dialog>
 
30
        
 
31
</document>