| extractDIC | R Documentation | 
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.