[R] significance for a random effect in Mixed Model ANOVA

Ben Bolker bolker at ufl.edu
Wed Oct 17 14:16:52 CEST 2007




Nathaniel Street wrote:
> 
> 
> [questions about testing significance of random effects]
> 
> 

Pinheiro and Bates 2000 is the standard reference for this kind of question.
The basic answer is that the Likelihood Ratio Test (implemented by anova())
is a reasonable approach (and recommended by PB 2000), although it
is conservative because the estimated value of the parameter is on
the boundary of its feasible range (i.e., the variance cannot be less than
0).
So ... read PB 2000, and fit models mod1 and mod2 with and without
the relevant random effect, and then do anova(mod1,mod2).

  cheers
    Ben Bolker

-- 
View this message in context: http://www.nabble.com/significance-for-a-random-effect-in-Mixed-Model-ANOVA-tf4623515.html#a13252487
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list