I have a dataset with variables A B C D E F G H I J K L M N O P Q R S T U V W X Y Z inflow.
I have run multiple regressions while saving the estimated coefficient as such.
Code:
foreach dep in A B C D E F G H I J K L M N O P Q R S T U V W X Y Z{ reg `dep' inflow est sto `dep' }
Code:
coefplot A B C D E F G H I J K L M N O P Q R S T U V W X Y Z, drop(_cons) vertical yline(0) legend(off)
How do I do this?
Thanks in advance.
0 Response to labeling coefplot with string
Post a Comment