I have a question regarding Ben Jann's user-written package coefplot, downloaded from SSC.
I am using coefplot to display coefficients from different outputs. Is it possible to adjust the spacing between coefficients from different outputs? Let me illustrate with an example (taken from the help file):
How can I vary the distance (red lines) between the coefficients of outcome 3 and outcome 4, and between outcome 4 and outcome 5? This is the output: 
Any insights (or tricks) would be much appreciated.
Thank you very much.
Giacomo
I am using coefplot to display coefficients from different outputs. Is it possible to adjust the spacing between coefficients from different outputs? Let me illustrate with an example (taken from the help file):
Code:
sysuse auto, clear gen mpp = mpg/8 mlogit rep78 mpp i.foreign if rep>=3 coefplot, nolabel keep(3:*.foreign 4:mpp 5:mpp _cons) omitted baselevels
Any insights (or tricks) would be much appreciated.
Thank you very much.
Giacomo
Comment