Hello, I am using coefplot in Stata 17. I am making a bar chart using coefplot that includes multiple models. The default for the coefplot bar chart groups results by outcome along the x-axis. However, I would like to group by model. Is this possible?
This is the graph that the code produces:

However, I would like to produce something that looks like this graph made in Excel:

Thanks in advance!
Code:
coefplot hpvmarg1 menmarg1 tetmarg1, recast(bar) vertical barw(.3) title("") ciopts(recast(rcap) color(gs10)) citop
However, I would like to produce something that looks like this graph made in Excel:
Thanks in advance!

Comment