Extract AIC and DIC from a ‘mer’ model
Computes the (generalized) Akaike *A*n *I*nformation *C*riterion and *D*eviance *I*nformation *C*riterion for a mer model.
extractDIC(fit,...) ## S3 method for class 'merMod' extractDIC(fit,...)
fit |
fitted |
... |
further arguments (currently unused). |
Andrew Gelman gelman@stat.columbia.edu; Yu-Sung Su suyusung@tsinghua.edu.cn
fm1 <- lmer(Reaction ~ Days + (Days|Subject), sleepstudy) extractAIC(fm1) extractDIC(fm1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.