[rkward-cvs] SF.net SVN: rkward: [1911] trunk/rkward

tfry at users.sourceforge.net tfry at users.sourceforge.net
Wed May 16 18:40:29 UTC 2007


Revision: 1911
          http://svn.sourceforge.net/rkward/?rev=1911&view=rev
Author:   tfry
Date:     2007-05-16 11:40:29 -0700 (Wed, 16 May 2007)

Log Message:
-----------
More small stuff

Modified Paths:
--------------
    trunk/rkward/TODO
    trunk/rkward/rkward/plugins/analysis/crosstab.php
    trunk/rkward/rkward/plugins/analysis/crosstab.xml

Modified: trunk/rkward/TODO
===================================================================
--- trunk/rkward/TODO	2007-05-16 18:34:27 UTC (rev 1910)
+++ trunk/rkward/TODO	2007-05-16 18:40:29 UTC (rev 1911)
@@ -126,6 +126,10 @@
 		- make it an MDI window
 		- add update buttons and such
 			- on updating: if object has changed, display a note to that effect in the window
+	- Vignettes:
+		- Add a vignettes browser to the help menu
+		- Add context menu with vignettes to package environments in object browser
+			- likely, package environments should try to fetch vignettes, when "updating"
 
 Internal stuff:
 	- Handling fonts:

Modified: trunk/rkward/rkward/plugins/analysis/crosstab.php
===================================================================
--- trunk/rkward/rkward/plugins/analysis/crosstab.php	2007-05-16 18:34:27 UTC (rev 1910)
+++ trunk/rkward/rkward/plugins/analysis/crosstab.php	2007-05-16 18:40:29 UTC (rev 1911)
@@ -50,7 +50,7 @@
 	rk.print (xtable (cbind (results[[i]]), digits=0))
 <?		if (getRK_val ("chisq") == "TRUE") { ?>
 
-	rk.header ("Pearson's Chi Square Test for Crosstabs", list ("Dependent", descriptions[[i]][['Dependent']], "Independent", descriptions[[i]][['Independent']], "Simulate p value", "<? getRK ("simpv");?>"<? if (getRK_val ("simpv") == "TRUE") { ?>,  "Number of replicates", <? getRK ("B"); }?> ))
+	rk.header ("Pearson's Chi Square Test for Crosstabs", list ("Dependent", descriptions[[i]][['Dependent']], "Independent", descriptions[[i]][['Independent']], "Method", chisquares[[i]][["method"]]))
 	rk.results (list ('Statistic'=chisquares[[i]][['statistic']], 'df'=chisquares[[i]][['parameter']], 'p'=chisquares[[i]][['p.value']]))
 <?		}
 

Modified: trunk/rkward/rkward/plugins/analysis/crosstab.xml
===================================================================
--- trunk/rkward/rkward/plugins/analysis/crosstab.xml	2007-05-16 18:34:27 UTC (rev 1910)
+++ trunk/rkward/rkward/plugins/analysis/crosstab.xml	2007-05-16 18:40:29 UTC (rev 1911)
@@ -32,7 +32,7 @@
 					<option value="TRUE" label="Monte Carlo" />
 				</radio>
 				<frame label="Number of replicates">
-					<input id="B" initial="2000" label="Number of replicates used in the Monte Carlo Method" />
+					<spinbox type="integer" min="1" id="B" initial="2000" label="Number of replicates used in the Monte Carlo Method" />
 				</frame>
 				<stretch/>
 			</tab>


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