I need to extract the degrees of freedom and log likelihoods from a series of mixed models computed using lmer/lme4. If I ask for logLik (lmer.object), I get something like > logLik(lmer.object) 'log Lik.' -177.1000 (df=10)
Can I easily get that df from there (or elsewhere) into an object? Thank you for any ideas. George .................................................................. George W. Gilchrist Email: [EMAIL PROTECTED] Director of Graduate Studies Phone: (757) 221-7751 Department of Biology, Box 8795 Fax: (757) 221-6483 College of William & Mary Williamsburg, VA 23187-8795 http://gwgilc.people.wm.edu/ [[alternative HTML version deleted]] ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
