Announcement

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

  • coefplot: customize label for effect on different dependent variables

    I am trying to visualize the effect of a variable (kgts) on a lot of different dependent variables which are run in seperate models. The models have names which makes sense for me, but not for me readers, so it is not handy that in coefplot, the coefficient of kgts are labelled with the model names. I want to only have the coefficient from my variable of interest (kgts), so I write this:

    Code:
    coefplot naiv_hard_eco_eno naiv_hard_eco_ext, keep(*kgts)
    In the bottom of the coefplot are the labels "naiv_hard_eco_eno" and "naiv_hard_eco_ext". How do I change these labels into, say, "Enormous" and "Extorior"?

  • #2
    Hey Emil,

    please provide not only code, but also some example data such that we can see what exactly you are refering to. You can use dataex from SSC to create example data.

    Best
    Sebastian

    Comment

    Working...
    X