Skip to content
Prev 2704 / 20628 Next

mixed effect model query

Fresh out of my limbic system : isn't searching to adjust  odel with
fifth-order interaction begging for trouble ? Even with a $#!+load of
data ? Especially wit very few levels of the random effects ?

Also, I do not think that  the "tube" effect for females has any reason
to be corelated to the "same tube" effect for males (in fact, your
"tube" effect should be sex:tube).  

Other than that, lmer should be able to fit such a model. I'd probably
start with a first-level interaction model, wtching out for evidence of
overdispersion (and reverting to a quasi- model if necessary) :

model1<-lmer(successful~(maleage+relweight+malemobtrue+femmobtrue
+timetoattemptsecs)^2+(1|maletub)+(1[femtub),family=binomial)

HTH,
					Emmanuel Charpentier

Le mercredi 05 ao?t 2009 ? 14:36 +0100, Mcdonald, Grant a ?crit :