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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Mar 1 22:15:01 CET 2012


Author: mmaechler
Date: 2012-03-01 22:15:01 +0100 (Thu, 01 Mar 2012)
New Revision: 1636

Modified:
   pkg/lme4Eigen/R/lmer.R
Log:
remove names from getME(*, "beta")


Modified: pkg/lme4Eigen/R/lmer.R
===================================================================
--- pkg/lme4Eigen/R/lmer.R	2012-03-01 18:27:40 UTC (rev 1635)
+++ pkg/lme4Eigen/R/lmer.R	2012-03-01 21:15:01 UTC (rev 1636)
@@ -1487,7 +1487,7 @@
 
            "Gp" = object at Gp,
            "flist" = object at flist,
-	   "beta" = structure(object at beta, names = dimnames(PR$X)[[2]]),
+	   "beta" = object at beta,
            "theta"= {
                tt <- object at theta
                nc <- c(unlist(mapply(function(g,e) {



More information about the Lme4-commits mailing list