~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/plugins/distributions/tests/ad_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
<!-- This is the Anderson-Darling test for Normality -->
 
4
 
 
5
<document>
 
6
        <code file="ad_test.php"/>
 
7
        <dialog label="Anderson-Darling Normality Test">
 
8
                <tabbook>
 
9
                        <tab label="Select Variables" >
 
10
                                <row>
 
11
                                        <column>
 
12
                                                <varselector id="vars"/>
 
13
                                        </column>
 
14
                                        <column>
 
15
                                                <varslot type="numeric" multi="true" id="x" source="vars" required="true" label="variable(s):" min_length="8"/>
 
16
                                                <text>
 
17
                                                        Note: Objects must have at least 8 values
 
18
                                                </text>
 
19
                                                <stretch/>
 
20
                                        </column>
 
21
                                </row>
 
22
                        </tab>
 
23
                        <tab label="Options">
 
24
                                <checkbox id="length" label="Show Length and NAs" value_unchecked="0" value="1" checked="true" />
 
25
                                <stretch/>
 
26
                        </tab>
 
27
                </tabbook>
 
28
        </dialog>
 
29
</document>