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)> lmer(mAch ~ meanses*cses + sector*cses + (cses|school), Hsb82)Linear mixed-effects model fit by REMLFormula: mAch ~ meanses * cses + sector * cses + (cses | school)Data: Hsb82AIC BIC logLik MLdeviance REMLdeviance46522 46584 -23252 46496 46504Random effects:Groups Name Variance Std.Dev. Corrschool (Intercept) 2.37954 1.54258cses 0.10122 0.31815 0.391Residual 36.72116 6.05980number of obs: 7185, groups: school, 160Fixed effects:Estimate Std. Error t value(Intercept) 12.1279 0.1993 60.86meanses 5.3329 0.3692 14.45cses 2.9450 0.1556 18.93sectorCatholic 1.2266 0.3063 4.00meanses:cses 1.0392 0.2989 3.48cses:sectorCatholic -1.6427 0.2398 -6.85Correlation of Fixed Effects:(Intr) meanss cses sctrCt mnss:cmeanses 0.256cses 0.075 0.019sectorCthlc -0.699 -0.356 -0.053meanses:css 0.019 0.074 0.293 -0.026css:sctrCth -0.052 -0.027 -0.696 0.077 -0.351> q("no")