Rev 4708 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
R version 2.4.0 beta (2006-09-25 r39510)Copyright (C) 2006 The R Foundation for Statistical ComputingISBN 3-900051-07-0R is free software and comes with ABSOLUTELY NO WARRANTY.You are welcome to redistribute it under certain conditions.Type 'license()' or 'licence()' for distribution details.R is a collaborative project with many contributors.Type 'contributors()' for more information and'citation()' on how to cite R or R packages in publications.Type 'demo()' for some demos, 'help()' for on-line help, or'help.start()' for an HTML browser interface to help.Type 'q()' to quit R.> library(mlmRev)Loading required package: lme4Loading required package: MatrixLoading required package: lattice> options(show.signif.stars = FALSE)> Early$tos <- Early$age - 0.5> (fm1 <- lmer(cog ~ tos * trt + (tos|id), Early))Linear mixed-effects model fit by REMLFormula: cog ~ tos * trt + (tos | id)Data: EarlyAIC BIC logLik MLdeviance REMLdeviance2378 2404 -1182 2375 2364Random effects:Groups Name Variance Std.Dev. Corrid (Intercept) 9.2307e+01 9.60764658tos 3.9029e-08 0.00019756 0.000Residual 7.8058e+01 8.83505762number of obs: 309, groups: id, 103Fixed effects:Estimate Std. Error t value(Intercept) 118.407 2.470 47.95tos -21.133 1.863 -11.35trtY 4.219 3.291 1.28tos:trtY 5.271 2.482 2.12Correlation of Fixed Effects:(Intr) tos trtYtos -0.754trtY -0.750 0.566tos:trtY 0.566 -0.750 -0.754Warning message:Estimated variance-covariance for factor 'id' is singularin: `LMEoptimize<-`(`*tmp*`, value = list(maxIter = 200, tolerance = 1.49011611938477e-08,> q("no")