Hello, I think I might be getting lost over a somewhat simple matter, and I apologize for the disturbance. After a regression and a margins operation, I want to create a graph, but I want to differentiate the color of the estimates. Below you'll find an example (short one) of the code.
Code:
reg test gender income geo margins gender, dydx(income) marginsplot, scheme(s1mono)
Any suggestion?
Comment