I have regression analysis in my paper with interactions between two dichotomous variables. Something like below. (it's the general model. I didn't include the specifications of margins and marginsplot here for simplicity):
Code:
regress dv i.m##i.iv margins i.m#i.iv marginsplot
Given that Stata does not provide bargraphs for interaction plots for visualizing the effects of interactions between dichotomous variables, I believe there should be a good reason for this way of showing interaction effects using continuous lines. Can anyone tell me why interaction plots produced by `marginsplot` are more appropriate for visualizing interaction effects in regression models, as opposed to using bar graphs?
I appreciate your help
Comment