Stata Coefplot Spacing -


i working coefplot package in stata ssc. have large number of estimated coefficients plot on same graph. accordingly, reduce spacing between coefficients.

so instance:

quietly sysuse auto, clear quietly regress price mpg trunk length turn coefplot, drop(_cons) xline(0) 

how can spacing between "mileage (mpg)" , "trunk space (cu. ft.)" decreased?

graph:

enter image description here


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -