~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/plugins/analysis/outliers/outlier.rkh

  • 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 rkhelp>
 
2
<document>
 
3
        <summary>
 
4
                This test finds Outlier.
 
5
        </summary>
 
6
 
 
7
        <usage>
 
8
                Chose the data to find the value with the largest difference from the sample mean. You can test multiple data sets. See <link href="rkward://rhelp/outlier"/>.
 
9
        </usage>
 
10
 
 
11
        <settings>
 
12
                <caption id="tab_variables"/>
 
13
                <setting id="x">Select the data to be computed. The vectors need to be numeric and can have missing values included. For the calculation missing values are removed from the data.</setting>
 
14
                <caption id="tab_options"/>
 
15
                <setting id="opposite">Set to give the opposite value. If the largest value has maximum difference from the mean, it gives smallest and vice versa.</setting>
 
16
                <setting id="descriptives">Print additional descriptive statistics (mean, sd, median, min, max) to help with interpretation of the test result (purely informational, does not affect the test). Missing values will be ignored.</setting>
 
17
                <setting id="length">Show the total length of the data, and the number of missing values (purely informational, does not affect the test)?</setting>
 
18
        </settings>
 
19
        <related>
 
20
                <ul>
 
21
                        <li><link href="rkward://rhelp/outlier"/></li>
 
22
                        <li><link href="rkward://component/chisq_out_test"/></li>
 
23
                        <li><link href="rkward://component/dixon_test"/></li>
 
24
                        <li><link href="rkward://component/grubbs_test"/></li>
 
25
                </ul>
 
26
        </related>
 
27
</document>