I am considering using cat_plot in r to visualize interactions between two categorical variables.
However, do any of you know wheter it work on a poisson regression model?
e.g.:
model <- glm(event ~ sex * year + offset(log(PY)), family = poisson(link = "log"), data = data1)
