Skip to content
Prev 6090 / 20628 Next

contrasts for generalized linear model

Dear Wade,

If I understand well your data, year (in fact,  TSB) is the (main ?)  
fixed effect, and is not a random term.
I suppose there are levels enough for pop.

I think your model would be something like  :

lmer(flowering ~ TSB +(1|pop)   ,family=binomial, data=....)


I would use successive difference contrast for the 3 levels factor TSB.
see contr.sdif()  in library(MASS).
Regards
Robert

Le 25/05/2011 17:15, Wade Wall a ?crit :