[rkward-cvs] SF.net SVN: rkward:[2582] trunk/rkward/rkward/plugins/plots/irt/dichotomous /plot_ltm.php

m-eik at users.sourceforge.net m-eik at users.sourceforge.net
Wed Jul 29 08:49:56 UTC 2009


Revision: 2582
          http://rkward.svn.sourceforge.net/rkward/?rev=2582&view=rev
Author:   m-eik
Date:     2009-07-29 08:49:56 +0000 (Wed, 29 Jul 2009)

Log Message:
-----------
small fix: variable name in irt-plugin corrected.

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/plots/irt/dichotomous/plot_ltm.php

Modified: trunk/rkward/rkward/plugins/plots/irt/dichotomous/plot_ltm.php
===================================================================
--- trunk/rkward/rkward/plugins/plots/irt/dichotomous/plot_ltm.php	2009-07-28 12:19:16 UTC (rev 2581)
+++ trunk/rkward/rkward/plugins/plots/irt/dichotomous/plot_ltm.php	2009-07-29 08:49:56 UTC (rev 2582)
@@ -60,8 +60,8 @@
   // (see the "SEC" section in the plotting function below as well!)
   if($plot_type == "SEC")
     $options[] = "type=\"IIC\", items=0, plot=FALSE" ;
-  // the scatterplot is ltp specific:
-  if($plot_type_item == "loadings")
+  // the scatterplot is ltm specific:
+  if($plot_type == "loadings")
     $options[] = "type=\"loadings\"" ;
 
   // more advanced options


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