Hi all,
I'm trying to produce a coefplot with multiple _at:s while keeping the variable labels in the coefplot. Is there a way to do this without needing to specify each coeflabel by hand? Since I get 144 _at, it would be great if there is a way to use my existing labels.
Thanks in advance!
I'm trying to produce a coefplot with multiple _at:s while keeping the variable labels in the coefplot. Is there a way to do this without needing to specify each coeflabel by hand? Since I get 144 _at, it would be great if there is a way to use my existing labels.
Code:
reg dv i.v1 i.v2 i.v3 i.v4 i.v5 margins, at(v1=(1(1)4) v2=(1(1)3) v3=(1 2) v4=(1(1)3) v5=(1 2)) post coefplot, etc etc
Comment