Hi there,
I would like to see the joint effects of an interaction term. I tried joint_tests() but it gives f ratios. However, I would prefer Interval Rate Ratios (IRR) because the rest of my results section uses those. My model is a GLMM with Poisson distribution. Any ideas?
Thank you in advance!
The following did the trick:
contrast(EMM, interaction = "consec", by = NULL)
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.