Hello,
I'm trying to graph the results from margins as follows:
I want to graph the results for both gender in the same graph. How can I do that?
Thanks
I'm trying to graph the results from margins as follows:
Code:
reg ts_1 i.month if sector==1 & NIC2008_2d==1 & gender==1 [fweight=weight], vce(cluster distcode_vdsa) margins month marginsplot
Code:
reg ts_1 i.month if sector==1 & NIC2008_2d==1 & gender==2 [fweight=weight], vce(cluster distcode_vdsa) margins month marginsplot
Thanks
Comment