[R-gregmisc-users] SF.net SVN: r-gregmisc:[1574] trunk/gmodels/man/ci.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2012-06-28 00:40:36
|
Revision: 1574 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1574&view=rev Author: warnes Date: 2012-06-28 00:40:29 +0000 (Thu, 28 Jun 2012) Log Message: ----------- Make lme4 example executable. Modified Paths: -------------- trunk/gmodels/man/ci.Rd Modified: trunk/gmodels/man/ci.Rd =================================================================== --- trunk/gmodels/man/ci.Rd 2012-06-27 22:42:43 UTC (rev 1573) +++ trunk/gmodels/man/ci.Rd 2012-06-28 00:40:29 UTC (rev 1574) @@ -66,12 +66,12 @@ reg <- lm(Area ~ Population, data=as.data.frame(state.x77)) ci(reg) -\dontrun{ +%\dontrun{ # mer example library(lme4) fm2 <- lmer(Reaction ~ Days + (1|Subject) + (0+Days|Subject), sleepstudy) ci(fm2) -} +%} } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |