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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Mar 13 17:13:53 CET 2012


Author: dmbates
Date: 2012-03-13 17:13:53 +0100 (Tue, 13 Mar 2012)
New Revision: 1647

Modified:
   pkg/lme4Eigen/R/lmer.R
Log:
Removed additional comment head that was messing up the checks.


Modified: pkg/lme4Eigen/R/lmer.R
===================================================================
--- pkg/lme4Eigen/R/lmer.R	2012-03-12 22:14:26 UTC (rev 1646)
+++ pkg/lme4Eigen/R/lmer.R	2012-03-13 16:13:53 UTC (rev 1647)
@@ -950,7 +950,7 @@
 ##' fm2 <- lmer(Reaction ~ Days + (1|Subject) + (0+Days|Subject), sleepstudy)
 ##' fm3 <- lmer(diameter ~ (1|plate) + (1|sample), Penicillin)
 ##' ranef(fm1)
-##' ##' str(rr1 <- ranef(fm1, postVar = TRUE))
+##' str(rr1 <- ranef(fm1, postVar = TRUE))
 ##' dotplot(rr1,scales = list(x = list(relation = 'free')))[["Subject"]]
 ##' if(FALSE) { ##-- postVar=TRUE is not yet implemented for multiple terms -- FIXME
 ##' str(ranef(fm2, postVar = TRUE))



More information about the Lme4-commits mailing list