[Lme4-commits] r1588 - pkg/lme4Eigen/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Feb 9 20:33:59 CET 2012


Author: dmbates
Date: 2012-02-09 20:33:59 +0100 (Thu, 09 Feb 2012)
New Revision: 1588

Modified:
   pkg/lme4Eigen/R/lmer.R
Log:
Minor fix.


Modified: pkg/lme4Eigen/R/lmer.R
===================================================================
--- pkg/lme4Eigen/R/lmer.R	2012-02-09 19:33:27 UTC (rev 1587)
+++ pkg/lme4Eigen/R/lmer.R	2012-02-09 19:33:59 UTC (rev 1588)
@@ -1593,13 +1593,13 @@
 	   "Lambda"= t(PR$ Lambdat),
 	   "Lambdat"= PR$ Lambdat,
            "Lind" = PR$ Lind,
-	   "RX" = PR $ RX(),   ## FIXME - add the column names and row names, either in the C++ or the R method
-	   "RZX" = PR $ RZX(), ## FIXME - add column names
+	   "RX" = PR $ RX(), ## FIXME - add the column names and row names, either in the C++ or the R method
+	   "RZX" = PR $ RZX, ## FIXME - add column names
 
            "Gp" = object at Gp,
            "flist" = object at flist,
            "beta" = object at beta, ## FIXME - add names
-           "theta"= object at theta, ## *OR*  PR $ theta  --- which one ??
+           "theta"= object at theta, ## *OR*  PR $ theta  --- which one ??  Should be the same.
 
 	   "REML" = dims["REML"],
 	   "is_REML" = isREML(object),



More information about the Lme4-commits mailing list