[rkward-cvs] SF.net SVN: rkward:[4105] trunk/rkward/rkward/plugins/analysis/t_test.xml

tfry at users.sourceforge.net tfry at users.sourceforge.net
Mon Dec 12 18:01:16 UTC 2011


Revision: 4105
          http://rkward.svn.sourceforge.net/rkward/?rev=4105&view=rev
Author:   tfry
Date:     2011-12-12 18:01:16 +0000 (Mon, 12 Dec 2011)
Log Message:
-----------
Fix typo and initial value

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/analysis/t_test.xml

Modified: trunk/rkward/rkward/plugins/analysis/t_test.xml
===================================================================
--- trunk/rkward/rkward/plugins/analysis/t_test.xml	2011-12-12 15:42:52 UTC (rev 4104)
+++ trunk/rkward/rkward/plugins/analysis/t_test.xml	2011-12-12 18:01:16 UTC (rev 4105)
@@ -23,12 +23,12 @@
 					<varselector id="vars"/>
 					<column>
 						<dropdown id="test_form" label="Test form">
-							<option label="compare two varaibles" value="vars" checked="true" />
+							<option label="compare two varaiables" value="vars" checked="true" />
 							<option label="compare variable against constant" value="const" />
 						</dropdown>
 						<varslot id="x" label="compare" source="vars" types="number" required="true" />
 						<varslot id="y" label="against" source="vars" types="number" />
-						<spinbox label="against" id="mu" />
+						<spinbox label="against" id="mu" initial="0" />
 						<radio id="hypothesis" label="using test hypothesis">
 							<option value="two.sided" label="Two-sided"/>
 							<option value="greater" label="First is greater"/>

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