Skip to content
Prev 323553 / 398503 Next

Post hoc test for GLM with poisson distribution

On May 14, 2013, at 21:04 , Bel Braz wrote:

            
There's not much post hoc testing to do if the effect is described by a single coefficient. Did you forget to code Treatments as a factor variable?

Apart from that, it depends on what you want to do. Do you want to know where the interaction comes from, or just within which treatment(s) there is a species effect?

Since there is only two species, the easiest way forward is to compute the four species effects, one for each treatment. You can then compare the effects pairwise (6 comparisons)  or compare each effect to zero (4 comparison). I don't think you can do much better than simple Bonferroni corrections in either case.