Some of you might recognize my question and the background, but I struggle with this issue for more than a month now and there is only little progress...

Here some background info:

I have a variable called 'Success' which is derived from dividing the number of hatchlings by the number of eggs. (thus, how many eggs have hatched)

This Success variable is thus a proportion and is skewed towards 1.

Now I want to look if the Success is explained by each Group (n=4). From previous questions it was suggested that, because of the skewed proportional data, I should use a quasibinomial family for my glm. Therefore, my formula looks as follows:

model |t|)

(Intercept) 1.0834 0.3422 3.166 0.00195 **

GroupC.cornuta-C 0.6137 0.4513 1.360 0.17635

GroupC.ricordii-A 0.5020 0.4762 1.054 0.29389

GroupC.ricordii-B 0.3679 0.4567 0.806 0.42205

Because of the quasibinomial data I do not get an AIC as a reference which model has the best fit, so instead I look if the Null deviance - Residual deviance is larger or smaller in a model with for example another explanatory variable included.

But for now this question related to the summary:

I see that the success of GroupC.cornuta-B does not significantly differ from the other groups. How can I then see if for example GroupC.ricordii-A differs from GroupC.ricrodii-B?

Similar questions and discussions