Skip to content
Prev 5143 / 7420 Next

best choice of GLMM for seed set data

On 27/08/15 11:57, Mehdi Abedi wrote:
p-values are difficult. See here:
<http://glmm.wikidot.com/faq>

Better to stick to reporting your effect sizes: your analysis of 
deviance only tells you if you have enough data to see a difference, not 
how big the differences are.

Also, if Replication is 1:nrow(growthdata), you could use a simple GLM 
and estimate your over-dispersion term (the residual deviance divided by 
the residual sum of squares should be OK). You can use this to correct 
the standard errors with summary(glm.obj, dispersion=overdisp).

Bob