[R-sig-ME] Fixed effects only model with lme4

Ben Bolker bolker at ufl.edu
Sat Jun 6 19:51:30 CEST 2009


 I think you can do this with Fabian Scheipl's package RLRsim (which,
more importantly than the convenience details of setting up the
likelihood ratio test, addresses the deeper issues of inference in this
case).
Also see http://glmm.wikidot.com/reef-fish (search for "be careful").

Jeroen Ooms wrote:
> For my GUI, I would like the user to be able to compare a fixed effects
> model with a random effects model. For example:
> fm0 <- lmer(Reaction ~ Days, sleepstudy);
> fm1 <- lmer(Reaction ~ Days + (1|Subject), sleepstudy);
> anova(fm0,fm1);
> 
> However, this returns the obvious "No random effects terms specified in
> formula" error for the first model. I've also tried fitting the fixed
> effects model with lm:
> 
> fm0 <- lm(Reaction ~ Days, sleepstudy);
> fm1 <- lmer(Reaction ~ Days + (1|Subject), sleepstudy);
> anova(fm0,fm1);
> 
> However, now the anova function starts complaining. Is there a way to
> perform variance analysis on a fixed only model and a random effects model,
> similar to comparing two random effects models?
> 
> 	[[alternative HTML version deleted]]
> 
> _______________________________________________
> R-sig-mixed-models at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models


-- 
Ben Bolker
Associate professor, Biology Dep't, Univ. of Florida
bolker at ufl.edu / www.zoology.ufl.edu/bolker
GPG key: www.zoology.ufl.edu/bolker/benbolker-publickey.asc




More information about the R-sig-mixed-models mailing list