[rkward-cvs] SF.net SVN: rkward: [1758] trunk/rkward/rkward/plugins/analysis/wilcoxon
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu Mar 29 18:03:47 UTC 2007
Revision: 1758
http://svn.sourceforge.net/rkward/?rev=1758&view=rev
Author: tfry
Date: 2007-03-29 11:03:46 -0700 (Thu, 29 Mar 2007)
Log Message:
-----------
Move paired parameter to first tab, and fix help
Modified Paths:
--------------
trunk/rkward/rkward/plugins/analysis/wilcoxon/wilcoxon_exact_test.xml
trunk/rkward/rkward/plugins/analysis/wilcoxon/wilcoxon_test.rkh
trunk/rkward/rkward/plugins/analysis/wilcoxon/wilcoxon_test.xml
Modified: trunk/rkward/rkward/plugins/analysis/wilcoxon/wilcoxon_exact_test.xml
===================================================================
--- trunk/rkward/rkward/plugins/analysis/wilcoxon/wilcoxon_exact_test.xml 2007-03-29 18:01:06 UTC (rev 1757)
+++ trunk/rkward/rkward/plugins/analysis/wilcoxon/wilcoxon_exact_test.xml 2007-03-29 18:03:46 UTC (rev 1758)
@@ -15,6 +15,7 @@
<option value="greater" label="greater"/>
<option value="less" label="less"/>
</radio>
+ <checkbox id="paired" label="paired test" checked="false" value="TRUE" value_unchecked="FALSE"/>
<stretch/>
</column>
</row>
@@ -25,7 +26,6 @@
<spinbox type="real" id="conflevel" label="confidence level" min="0" max="1" initial="0.95"/>
</frame>
<spinbox id="mu" label="mu" initial="0"/>
- <checkbox id="paired" label="paired test" checked="false" value="TRUE" value_unchecked="FALSE"/>
<radio id="exact" label="compute exact p-value">
<option label="Always" value="yes" />
<option label="Automatic" value="automatic" checked="true" />
Modified: trunk/rkward/rkward/plugins/analysis/wilcoxon/wilcoxon_test.rkh
===================================================================
--- trunk/rkward/rkward/plugins/analysis/wilcoxon/wilcoxon_test.rkh 2007-03-29 18:01:06 UTC (rev 1757)
+++ trunk/rkward/rkward/plugins/analysis/wilcoxon/wilcoxon_test.rkh 2007-03-29 18:03:46 UTC (rev 1758)
@@ -12,10 +12,11 @@
<caption id="tab_variables"/>
<setting id="x">Select the data to be computed. The vectors need to be numeric.</setting>
<setting id="alternative">Here you can specify the alternative hypothesis. It must be one of "two sided", "greater" or "less".</setting>
+ <setting id="paired">Check if you want a paired test.</setting>
+ <caption id="tab_options"/>
<setting id="confint">Check this if you want to compute a confidence interval.</setting>
<setting id="conflevel">Here you can define the confidence level of the interval (95% is typical).</setting>
<setting id="mu">This number is specifying an optional parameter used to form the null hypothesis. Please refer to R-help for more details.</setting>
- <setting id="paired">Check if you want a paired test.</setting>
<setting id="exact">Check if an exact p-value should be computed. By default an asymptomatic p-value is calculated. If you have less than 50 cases per group without binding than an exact test should be performed. See <link href="rkward://rhelp/wilcox.exact"/></setting>
<setting id="correct">If checked a continuity correction in the normal approximation for the p-value is applied.</setting>
</settings>
Modified: trunk/rkward/rkward/plugins/analysis/wilcoxon/wilcoxon_test.xml
===================================================================
--- trunk/rkward/rkward/plugins/analysis/wilcoxon/wilcoxon_test.xml 2007-03-29 18:01:06 UTC (rev 1757)
+++ trunk/rkward/rkward/plugins/analysis/wilcoxon/wilcoxon_test.xml 2007-03-29 18:03:46 UTC (rev 1758)
@@ -5,7 +5,7 @@
<dialog label="Wilcoxon test">
<tabbook>
- <tab label="Basic settings">
+ <tab label="Basic settings" id="tab_variables">
<row>
<varselector id="vars"/>
<column>
@@ -16,17 +16,17 @@
<option value="greater" label="greater"/>
<option value="less" label="less"/>
</radio>
+ <checkbox id="paired" label="paired test" checked="false" value="TRUE" value_unchecked="FALSE"/>
<stretch/>
</column>
</row>
</tab>
- <tab label="Options">
+ <tab label="Options" id="tab_options">
<frame label="Confidence Interval">
<checkbox id="confint" label="Compute confidence interval" checked="false" value="TRUE" value_unchecked="FALSE" />
<spinbox type="real" id="conflevel" label="confidence level" min="0" max="1" initial="0.95"/>
</frame>
<spinbox id="mu" label="mu" initial="0"/>
- <checkbox id="paired" label="paired test" checked="false" value="TRUE" value_unchecked="FALSE"/>
<radio id="exact" label="compute exact p-value">
<option label="Always" value="yes" />
<option label="Automatic" value="automatic" checked="true" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list