Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I am trying to determine model significance using:

1-pchisq(null deviance-residual deviance, null df- residual df)

I have 5 models:

  • Four models were estimated with GLMs, which gave me null and residual DFs in the summary.
  • The fifth model was estimated with the lmer function because of the nested structure of my data. This does not give me degrees of freedom for null or residuals.

How do I get my null and residual deviances and degrees of freedoms?

Thanks!

share|improve this question

1 Answer

The concept of numbers of parameters and hence df in the lmer model is kind of fuzzy. Don't bother with it, and use AICc; you stand on firmer theoretical ground: http://warnercnr.colostate.edu/~anderson/PDF_files/TESTING.pdf

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.