Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Allowing for 2 x-Axes using coefplot

    I am running two regressions with an identical set of dummy variables but two different dependant variables. I want to graph the estimates together with confidence intervals on one graph. I was thinking of storing my regression results and then run:

    Code:
    coefplot (reg1 reg2), drop(_cons) keep(dummy1 dummy2 dummy3 ....)
    The problem with this is that my dependant variables take on very different values. Hence I was wondering if coefplot allows me two have two different x-axes when displaying the regression coefficients to make the results more readable. If not, is there an alternative way of presenting the regression results, apart from coefplot, which would allow for 2 different x-Axes?

    Thank you in advance!
    Last edited by Tristan Taschenbauer; 09 Jun 2022, 05:57.
Working...
X