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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -