Hi all,
Say I run a logistic regression with a 3x3 categorical by categorical interaction. I then run
to get the predicted probability by each category. I am given confidence intervals for each prediction. However, I can I statistically test to see if predicted values are statistically different? Would I use average marginal effects?
Say I run a logistic regression with a 3x3 categorical by categorical interaction. I then run
Code:
margins var1#var2 , predict(pr)
Comment