[rkward-cvs] SF.net SVN: rkward: [1341] trunk/rkward/rkward/plugins/analysis/corr_matrix .php
sjar at users.sourceforge.net
sjar at users.sourceforge.net
Tue Feb 6 01:26:06 UTC 2007
Revision: 1341
http://svn.sourceforge.net/rkward/?rev=1341&view=rev
Author: sjar
Date: 2007-02-05 17:26:06 -0800 (Mon, 05 Feb 2007)
Log Message:
-----------
"missing" parameter brought back to life
Modified Paths:
--------------
trunk/rkward/rkward/plugins/analysis/corr_matrix.php
Modified: trunk/rkward/rkward/plugins/analysis/corr_matrix.php
===================================================================
--- trunk/rkward/rkward/plugins/analysis/corr_matrix.php 2007-02-06 00:21:10 UTC (rev 1340)
+++ trunk/rkward/rkward/plugins/analysis/corr_matrix.php 2007-02-06 01:26:06 UTC (rev 1341)
@@ -48,7 +48,7 @@
function printout () {
?>
-rk.header ("Correlation Matrix", parameters=list ("Method", "<? getRK ("method"); ?>", "Exclusion", <? echo ($use); ?>))
+rk.header ("Correlation Matrix", parameters=list ("Method", "<? getRK ("method"); ?>", "Exclusion", "<? getRK ("use"); ?>"))
rk.temp <- data.frame (I (sapply (rk.temp.objects, FUN=function (x) rk.get.description (x, is.substitute=TRUE))), as.data.frame (rk.temp))
rk.results (rk.temp, titles=c ('Coefficient', sapply (rk.temp.objects, rk.get.short.name)))
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