Hi,
I am trying to make a graph of odds ratios of suicide (y-axis) per education level (Primary, Secondary, Tertiary) and per five-year period (x-axis).
At the moment this is my coefplot-code. Four, five, six etc are my stored estimates, which are the odds ratios for education levels and each estimate is a five-year period. I would like to change the code so that the estimates/five year periods are on the x-axis and not the education levels!

So the opposite of what I have now! I feel like this is so easy but right now I have been looking at this for hours and can't figure it out. Help?
(Edit: I do have eform in my code too, btw.)
I am trying to make a graph of odds ratios of suicide (y-axis) per education level (Primary, Secondary, Tertiary) and per five-year period (x-axis).
Code:
coefplot four five six seven eight nine, nooffsets vert base drop(_cons) ytitle(Odds ratio) ciopts(recast(rcap))
So the opposite of what I have now! I feel like this is so easy but right now I have been looking at this for hours and can't figure it out. Help?
(Edit: I do have eform in my code too, btw.)
Comment