Skip to content
Prev 13036 / 20628 Next

extracting p values for main effects of binomial glmm

The issue with interactions is that the two factors have differing differences. Sometimes the interactions are CROSSING. Sometimes they are DIVERGENT. However, they simply mean that UNCONDITIONAL statements are incorrect.

Consider Factors A and B which interact. 

1) What is the main problem? If you wish to say "Level A1 is higher than Level A2", an interaction makes this unwise. UNCONDITIONAL statements cannot be made.

2) What is a solution? Do not make UNCONDITIONAL statements. Make CONDITIONAL statements. These are termed "simple main effets" or "designed contrasts". If you say "Level A1 is higher than Level A2 for B1 cases, but Level A1 is lower than Level A2 for B2 cases". This statement is not UNCONDITIONAL. 

It's really not a problem. It just depends on what you wish to do.