[Lme4-commits] r1403 - pkg/lme4Eigen/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Sep 23 10:17:25 CEST 2011


Author: mmaechler
Date: 2011-09-23 10:17:25 +0200 (Fri, 23 Sep 2011)
New Revision: 1403

Modified:
   pkg/lme4Eigen/man/Pastes.Rd
   pkg/lme4Eigen/man/Penicillin.Rd
Log:
reactivate the image(L) plots

Modified: pkg/lme4Eigen/man/Pastes.Rd
===================================================================
--- pkg/lme4Eigen/man/Pastes.Rd	2011-09-22 16:53:29 UTC (rev 1402)
+++ pkg/lme4Eigen/man/Pastes.Rd	2011-09-23 08:17:25 UTC (rev 1403)
@@ -64,7 +64,7 @@
 ## This model is different and NOT appropriate for these data
 (fm5 <- lmer(strength ~ (1|batch) + (1|cask), Pastes))
 
-if(is(L <- try(getME(fm1, "L")), "Matrix")) # needed for now
+L <- getME(fm1, "L")
 image(L, sub = "Structure of random effects interaction in pastes model")
 }
 \keyword{datasets}

Modified: pkg/lme4Eigen/man/Penicillin.Rd
===================================================================
--- pkg/lme4Eigen/man/Penicillin.Rd	2011-09-22 16:53:29 UTC (rev 1402)
+++ pkg/lme4Eigen/man/Penicillin.Rd	2011-09-23 08:17:25 UTC (rev 1403)
@@ -49,7 +49,8 @@
         title = "Penicillin sample"))
 (fm1 <- lmer(diameter ~ (1|plate) + (1|sample), Penicillin))
 
-if(is(L <- try(getME(fm1, "L")), "Matrix")) # needed for now
-image(L, sub = "Structure of rand.eff. interaction in penicillin model")
+L <- getME(fm1, "L")
+image(L, main = "L",
+      sub = "Penicillin: Structure of random effects interaction")
 }
 \keyword{datasets}



More information about the Lme4-commits mailing list