benjann / coefplot

Stata module for plotting regression coefficients and other results
http://repec.sowi.unibe.ch/stata/coefplot/index.html
MIT License
12 stars 2 forks source link

Coefplot: Graph and Table combined #3

Open po4dun opened 2 months ago

po4dun commented 2 months ago

Dear @benjann I regularly use coefplot and love it. Sometimes I would like to produce graphs that contain also a tabular representation of the regression table, i.e. similar to this. Of course I can create this manually, but is there an automated way to create such graphs? image

thanks

benjann commented 1 month ago

This would be difficult with coefplot as it does not provide specific features to create tables within a graph. However, maybe have a look at official Stata's meta forestplot. ben