[rkward-cvs] SF.net SVN: rkward: [1451] trunk/rkward/rkward/plugins/analysis/moments
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Fri Feb 23 00:10:37 UTC 2007
Revision: 1451
http://svn.sourceforge.net/rkward/?rev=1451&view=rev
Author: tfry
Date: 2007-02-22 16:10:36 -0800 (Thu, 22 Feb 2007)
Log Message:
-----------
Fix help page for anscombe test, and remove unneeded frame
Modified Paths:
--------------
trunk/rkward/rkward/plugins/analysis/moments/anscombe_test.rkh
trunk/rkward/rkward/plugins/analysis/moments/anscombe_test.xml
Modified: trunk/rkward/rkward/plugins/analysis/moments/anscombe_test.rkh
===================================================================
--- trunk/rkward/rkward/plugins/analysis/moments/anscombe_test.rkh 2007-02-22 21:54:58 UTC (rev 1450)
+++ trunk/rkward/rkward/plugins/analysis/moments/anscombe_test.rkh 2007-02-23 00:10:36 UTC (rev 1451)
@@ -12,6 +12,7 @@
<caption id="tab_variables"/>
<setting id="x">Select the data to be computed. The vectors need to be numeric, and can be of different length.</setting>
<setting id="alternative">Here you can specify the alternative hypothesis. It must be one of "two sided", "greater" or "less".</setting>
+ <caption id="tab_options"/>
<setting id="length">If checked, the length of the data vectors will be shown. However, this will not effect your results but is just an optional information.</setting>
<setting id="nacount">If checked, and in case of missing values this will show you the number of those. However, this will not effect your results but is just an optional information.</setting>
</settings>
Modified: trunk/rkward/rkward/plugins/analysis/moments/anscombe_test.xml
===================================================================
--- trunk/rkward/rkward/plugins/analysis/moments/anscombe_test.xml 2007-02-22 21:54:58 UTC (rev 1450)
+++ trunk/rkward/rkward/plugins/analysis/moments/anscombe_test.xml 2007-02-23 00:10:36 UTC (rev 1451)
@@ -7,7 +7,7 @@
<dialog label="Anscombe-Glynn test of kurtosis">
<tabbook>
- <tab label="Basic settings">
+ <tab id="tab_variables" label="Basic settings">
<row>
<varselector id="vars"/>
<column>
@@ -20,11 +20,9 @@
</column>
</row>
</tab>
- <tab label="Options">
- <frame label="additional settings">
- <checkbox id="length" label="Show Length" value_unchecked="0" value="1" checked="true" />
- <checkbox id="nacount" label="Show Missing Values" value_unchecked="0" value="1" checked="false" />
- </frame>
+ <tab id="tab_options" label="Options">
+ <checkbox id="length" label="Show Length" value_unchecked="0" value="1" checked="true" />
+ <checkbox id="nacount" label="Show Missing Values" value_unchecked="0" value="1" checked="false" />
</tab>
</tabbook>
</dialog>
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