powered by
extractDIC(fit,...) ## S3 method for class 'mer': extractDIC(fit,\dots) ## S3 method for class 'mer': extractAIC(fit,\dots)
mer
fm1 <- lmer(Reaction ~ Days + (Days|Subject), sleepstudy) extractAIC(fm1) extractDIC(fm1)
Run the code above in your browser using DataLab