[rkward-cvs] SF.net SVN: rkward: [1487] trunk/rkward/rkward/plugins/analysis/moments
sjar at users.sourceforge.net
sjar at users.sourceforge.net
Mon Feb 26 21:24:49 UTC 2007
Revision: 1487
http://svn.sourceforge.net/rkward/?rev=1487&view=rev
Author: sjar
Date: 2007-02-26 13:24:49 -0800 (Mon, 26 Feb 2007)
Log Message:
-----------
fixes some minor issiues
Modified Paths:
--------------
trunk/rkward/rkward/plugins/analysis/moments/agostino_test.rkh
trunk/rkward/rkward/plugins/analysis/moments/agostino_test.xml
trunk/rkward/rkward/plugins/analysis/moments/anscombe_test.rkh
trunk/rkward/rkward/plugins/analysis/moments/anscombe_test.xml
trunk/rkward/rkward/plugins/analysis/moments/bonett_test.rkh
trunk/rkward/rkward/plugins/analysis/moments/bonett_test.xml
trunk/rkward/rkward/plugins/analysis/moments/moment.rkh
trunk/rkward/rkward/plugins/analysis/moments/moment.xml
trunk/rkward/rkward/plugins/analysis/moments/skewness_kurtosis_test.rkh
trunk/rkward/rkward/plugins/analysis/moments/skewness_kurtosis_test.xml
Modified: trunk/rkward/rkward/plugins/analysis/moments/agostino_test.rkh
===================================================================
--- trunk/rkward/rkward/plugins/analysis/moments/agostino_test.rkh 2007-02-26 21:04:58 UTC (rev 1486)
+++ trunk/rkward/rkward/plugins/analysis/moments/agostino_test.rkh 2007-02-26 21:24:49 UTC (rev 1487)
@@ -5,19 +5,19 @@
</summary>
<usage>
- Chose the data to perform the D'Agostino test for skewness in normally distributed data. You can chose multiple data.
+ Chose the data to perform the D'Agostino test for skewness in normally distributed data. You can chose multiple data. See <link href="rkward://rhelp/agostino.test"/>.
</usage>
<settings>
<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>
<related>
<ul>
- <li><link href="rkward://rhelp/agostino.test"/></li>
<li><link href="rkward://rhelp/bonett.test"/></li>
<li><link href="rkward://rhelp/skewness"/></li>
<li><link href="rkward://rhelp/geary"/></li>
Modified: trunk/rkward/rkward/plugins/analysis/moments/agostino_test.xml
===================================================================
--- trunk/rkward/rkward/plugins/analysis/moments/agostino_test.xml 2007-02-26 21:04:58 UTC (rev 1486)
+++ trunk/rkward/rkward/plugins/analysis/moments/agostino_test.xml 2007-02-26 21:24:49 UTC (rev 1487)
@@ -7,7 +7,7 @@
<dialog label="D'Agostino test of skewness">
<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>
Modified: trunk/rkward/rkward/plugins/analysis/moments/anscombe_test.rkh
===================================================================
--- trunk/rkward/rkward/plugins/analysis/moments/anscombe_test.rkh 2007-02-26 21:04:58 UTC (rev 1486)
+++ trunk/rkward/rkward/plugins/analysis/moments/anscombe_test.rkh 2007-02-26 21:24:49 UTC (rev 1487)
@@ -5,7 +5,7 @@
</summary>
<usage>
- Chose the data to perform the Anscombe-Glynn test of kurtosis for normal samples. You can chose multiple data.
+ Chose the data to perform the Anscombe-Glynn test of kurtosis for normal samples. You can chose multiple data. See <link href="rkward://rhelp/anscombe.test"/>.
</usage>
<settings>
@@ -18,7 +18,6 @@
</settings>
<related>
<ul>
- <li><link href="rkward://rhelp/anscombe.test"/></li>
<li><link href="rkward://rhelp/bonett.test"/></li>
<li><link href="rkward://rhelp/skewness"/></li>
<li><link href="rkward://rhelp/geary"/></li>
@@ -26,6 +25,5 @@
<li><link href="rkward://rhelp/agostino.test"/></li>
<li><link href="rkward://rhelp/moment"/></li>
</ul>
-
</related>
</document>
Modified: trunk/rkward/rkward/plugins/analysis/moments/anscombe_test.xml
===================================================================
--- trunk/rkward/rkward/plugins/analysis/moments/anscombe_test.xml 2007-02-26 21:04:58 UTC (rev 1486)
+++ trunk/rkward/rkward/plugins/analysis/moments/anscombe_test.xml 2007-02-26 21:24:49 UTC (rev 1487)
@@ -23,7 +23,6 @@
<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" />
- <stretch/>
</tab>
</tabbook>
</dialog>
Modified: trunk/rkward/rkward/plugins/analysis/moments/bonett_test.rkh
===================================================================
--- trunk/rkward/rkward/plugins/analysis/moments/bonett_test.rkh 2007-02-26 21:04:58 UTC (rev 1486)
+++ trunk/rkward/rkward/plugins/analysis/moments/bonett_test.rkh 2007-02-26 21:24:49 UTC (rev 1487)
@@ -5,19 +5,19 @@
</summary>
<usage>
- Chose the data to perform the Bonett-Seier test of Geary's measure of kurtosis for normally distributed data. You can chose multiple data.
+ Chose the data to perform the Bonett-Seier test of Geary's measure of kurtosis for normally distributed data. You can chose multiple data. See <link href="rkward://rhelp/bonett.test"/>.
</usage>
<settings>
<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>
<related>
<ul>
- <li><link href="rkward://rhelp/bonett.test"/></li>
<li><link href="rkward://rhelp/skewness"/></li>
<li><link href="rkward://rhelp/geary"/></li>
<li><link href="rkward://rhelp/kurtosis"/></li>
@@ -25,6 +25,5 @@
<li><link href="rkward://rhelp/moment"/></li>
<li><link href="rkward://rhelp/anscombe.test"/></li>
</ul>
-
</related>
</document>
Modified: trunk/rkward/rkward/plugins/analysis/moments/bonett_test.xml
===================================================================
--- trunk/rkward/rkward/plugins/analysis/moments/bonett_test.xml 2007-02-26 21:04:58 UTC (rev 1486)
+++ trunk/rkward/rkward/plugins/analysis/moments/bonett_test.xml 2007-02-26 21:24:49 UTC (rev 1487)
@@ -7,7 +7,7 @@
<dialog label="Bonett-Seier test of Geary's 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 label="Options" id="tab_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>
Modified: trunk/rkward/rkward/plugins/analysis/moments/moment.rkh
===================================================================
--- trunk/rkward/rkward/plugins/analysis/moments/moment.rkh 2007-02-26 21:04:58 UTC (rev 1486)
+++ trunk/rkward/rkward/plugins/analysis/moments/moment.rkh 2007-02-26 21:24:49 UTC (rev 1487)
@@ -5,7 +5,7 @@
</summary>
<usage>
-Chose the data to computes the sample moments. You can chose multiple data.
+Chose the data to computes the sample moments. You can chose multiple data. See <link href="rkward://rhelp/moment"/>.
</usage>
<settings>
@@ -20,7 +20,6 @@
</settings>
<related>
<ul>
- <li><link href="rkward://rhelp/moment"/></li>
<li><link href="rkward://rhelp/skewness"/></li>
<li><link href="rkward://rhelp/geary"/></li>
<li><link href="rkward://rhelp/kurtosis"/></li>
Modified: trunk/rkward/rkward/plugins/analysis/moments/moment.xml
===================================================================
--- trunk/rkward/rkward/plugins/analysis/moments/moment.xml 2007-02-26 21:04:58 UTC (rev 1486)
+++ trunk/rkward/rkward/plugins/analysis/moments/moment.xml 2007-02-26 21:24:49 UTC (rev 1487)
@@ -7,7 +7,7 @@
<dialog label="sample moment">
<tabbook>
- <tab label="Basic settings">
+ <tab id="tab_variables" label="Basic settings">
<row>
<varselector id="vars"/>
<column>
@@ -15,7 +15,7 @@
</column>
</row>
</tab>
- <tab label="Options">
+ <tab id="tab_options" label="Options">
<spinbox type="integer" id="order" label="Order" initial="1"/>
<frame label="specific test settings">
<checkbox id="central" label="compute central moments" checked="false" value="TRUE" value_unchecked="FALSE" />
Modified: trunk/rkward/rkward/plugins/analysis/moments/skewness_kurtosis_test.rkh
===================================================================
--- trunk/rkward/rkward/plugins/analysis/moments/skewness_kurtosis_test.rkh 2007-02-26 21:04:58 UTC (rev 1486)
+++ trunk/rkward/rkward/plugins/analysis/moments/skewness_kurtosis_test.rkh 2007-02-26 21:24:49 UTC (rev 1487)
@@ -5,7 +5,7 @@
</summary>
<usage>
- Chose the data to compute the kurtosis and/or skewness. You can chose multiple data.
+ Chose the data to compute the kurtosis and/or skewness. You can chose multiple data. See <link href="rkward://rhelp/skewness"/>, <link href="rkward://rhelp/kurtosis"/> and <link href="rkward://rhelp/geary"/>.
</usage>
<settings>
@@ -23,9 +23,6 @@
</settings>
<related>
<ul>
- <li><link href="rkward://rhelp/skewness"/></li>
- <li><link href="rkward://rhelp/geary"/></li>
- <li><link href="rkward://rhelp/kurtosis"/></li>
<li><link href="rkward://rhelp/agostino.test"/></li>
<li><link href="rkward://rhelp/moment"/></li>
<li><link href="rkward://rhelp/anscombe.test"/></li>
Modified: trunk/rkward/rkward/plugins/analysis/moments/skewness_kurtosis_test.xml
===================================================================
--- trunk/rkward/rkward/plugins/analysis/moments/skewness_kurtosis_test.xml 2007-02-26 21:04:58 UTC (rev 1486)
+++ trunk/rkward/rkward/plugins/analysis/moments/skewness_kurtosis_test.xml 2007-02-26 21:24:49 UTC (rev 1487)
@@ -7,7 +7,7 @@
<help file="skewness_kurtosis_test.rkh" />
<dialog label="Skewness and Kurtosis">
<tabbook>
- <tab label="Select Variables" >
+ <tab id="tab_variables" label="Select Variables" >
<row>
<column>
<varselector id="vars"/>
@@ -20,7 +20,7 @@
</column>
</row>
</tab>
- <tab label="Options">
+ <tab label="Options" id="tab_options">
<frame label="Skewness">
<checkbox id="skewness" label="Skewness" value_unchecked="0" value="1" checked="true" />
<radio id="narm_skewness" label="Remove missing values for Skewness calculation">
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