search for: lme11

Displaying 1 result from an estimated 1 matches for "lme11".

Did you mean: lme1
2009 Mar 17
2
Multilevel modeling using R
...the variables in random effects have not shown the p-value, so I don't know whether they are significant or not? I want to obtain this figure to make the decision. Thanks a lot! Below is the syntax and output of my program: library(nlme) dataset <- read.csv("d:/dataset.csv") lme11 <- lme(Overall~1, random=~1|School, method="ML", data=dataset) summary(lme11) Linear mixed-effects model fit by maximum likelihood Data: dataset AIC BIC logLik 12637.06 12656.27 -6315.53 Random effects: Formula: ~1 | School (Intercept) Residual Std...