Dear users, I am struggling with the following problem
I want to use coefplot to show the a set of coefficients (coming from different models) that I have stored. I would like to specify the label for each coefplot with the command addplot, but I am not figuring out how to do it.
Here my code:
I would like to put the legend at the bottom (position 6).
Do you have any advise?
Best and thanks, GP
I want to use coefplot to show the a set of coefficients (coming from different models) that I have stored. I would like to specify the label for each coefplot with the command addplot, but I am not figuring out how to do it.
Here my code:
Code:
coefplot Asani_empt Bsani_empt Csani_empt Gsani_empt || Dsani_empt Esani_empt Fsani_empt , byopts(legend(off)) addplot 1: , legend(order(2 "a" 4 "b" 6 "c" 8 "d") on) norescaling addplot 2: , legend(order(1 "e" 3 "f") on) norescaling
Do you have any advise?
Best and thanks, GP

Comment