Coefficient Plots in Stata
Posted: 08.06.2012
I have posted a lot about coefficient plots lately (see here, here, and here), but all the code I offer is in R. Of course, not everyone uses R, so I was recently asked if I knew of any Stata scripts or .ado files to build coefficient plots. I did not, but I appealed to Twitter and here is what others suggested to me.
Scott Clifford and the Monkey Cage suggested a Stata .ado files called ECLPLOT, which you can download here. A Stata Journal article about the package is found here.
I still feel like R provides a better graphics framework, especially when creating small multiples, but for Stata users in a tight spot, this might work well.