Hi Statalisters,
I am trying to visualize my predictive margins for an interaction term which are based on a multinomial logistic regression model. I wonder to know how can visualize the predicted probabilities by outcomes. I have tried the below code but it returns me an error.
Thanks,
Nader

Code:
margins i.X1#i.X2 ,  atmeans predict ()  post 
marginsplot, by (predcit)