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:
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"?
Code:
coefplot naiv_hard_eco_eno naiv_hard_eco_ext, keep(*kgts)
Comment