Hi,
I need to replicate coefplot (from SSC) graph style, including the zero line, using this simple dataset, :

thanks in advance
I need to replicate coefplot (from SSC) graph style, including the zero line, using this simple dataset, :
Code:
clear input str12 var float(coef lowerBound upperBound) "kpi1" .675 .5073 .8439 "kpi2" .444 .1856 .7027 "kpi3" .122 -.1344 .3788 end
thanks in advance
Comment