Hi everyone,
I hope you can help me with that. I have the following variables:
gender, binary
country, binary
success, binary
I am trying to plot the logit regression with interaction effect:
I would like to have a graph with x axis = gender, y axis success and then two lines (one for each country (binary)).
I could not find a way to plot this. I am always getting only one line without any country aspects.
Thanks for your help!
Best, Manuel
I hope you can help me with that. I have the following variables:
gender, binary
country, binary
success, binary
I am trying to plot the logit regression with interaction effect:
Code:
logit success i.country##i.gender
I could not find a way to plot this. I am always getting only one line without any country aspects.
Thanks for your help!
Best, Manuel
Comment