[rkward-cvs] SF.net SVN: rkward: [2123] branches/KDE4_port/rkward/plugins/analysis/ moments/moment.php

tfry at users.sourceforge.net tfry at users.sourceforge.net
Wed Oct 24 23:00:02 UTC 2007


Revision: 2123
          http://rkward.svn.sourceforge.net/rkward/?rev=2123&view=rev
Author:   tfry
Date:     2007-10-24 16:00:02 -0700 (Wed, 24 Oct 2007)

Log Message:
-----------
Fix to the fix

Modified Paths:
--------------
    branches/KDE4_port/rkward/plugins/analysis/moments/moment.php

Modified: branches/KDE4_port/rkward/plugins/analysis/moments/moment.php
===================================================================
--- branches/KDE4_port/rkward/plugins/analysis/moments/moment.php	2007-10-24 22:38:12 UTC (rev 2122)
+++ branches/KDE4_port/rkward/plugins/analysis/moments/moment.php	2007-10-24 23:00:02 UTC (rev 2123)
@@ -28,7 +28,7 @@
 function printout () {
 ?>
 rk.header ("Statistical Moment",
-	parameters=list ("Order", "<? getRK ("order"); ?>, "Compute central moments", "<? getRK ("central"); ?>", "Compute absolute moments", "<? getRK ("absolute"); ?>", "Remove missing values", "<? getRK ("narm"); ?>"))
+	parameters=list ("Order", "<? getRK ("order"); ?>", "Compute central moments", "<? getRK ("central"); ?>", "Compute absolute moments", "<? getRK ("absolute"); ?>", "Remove missing values", "<? getRK ("narm"); ?>"))
 rk.results (results)
 <?
 }


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