Skip to content
Prev 14550 / 20628 Next

Interpreting fixed effects of mcmcglmm interaction and randomisation

When you suggest "Mort*SexF" do you mean 
mod1 = MCMCglmm(Life ~ Mort*Sex,
... such that the "-1" is removed from my original model specification?
Furthermore, if I added a second categorical fixed effect (e.g. whether the individual had 0, 1, or >1 older siblings [ie. whether it was the first, second, or a later offspring]) would the calculations for predictions be
first born & female: (b1 + b2) * xfirst born & male: (b1 + b3) + (b2 + b6) * xsecond born & female: (b1 + b5) + (b2 + b8) * xsecond born & male: (b1 + b3 + b5 + b10) + (b2 + b6 + b8 + b12) * xlater & female: (b1 + b4) + (b2 + b7) * xlater & male: (b1 + b3 + b4 + b9) + (b2 + b6 + b7 + b11) * x
where 
b1 = (Intercept),   b2 = Mort,   b3 = SexM,   b4 = GroupLater,   b5 = GroupSecond,   b6 = Mort:SexM,   b7 = Mort:GroupLater,   b8 = Mort:GroupSecond,   b9 = SexM:GroupLater,   b10 = SexM:GroupSecond,   b11 = Mort:SexM:GroupLater,   b12 = Mort:SexM:GroupSecond
and should I include all or just the significant effects?
Cheers, Rob
----------------------------------------------------------
Robert M. GriffinPostdoctoral Researcher, University of Turkuwww.griffinevo.wordpress.com