I am trying to add significance stars to esttab with the following command:
To quote David Giles, a table without stars is like champagne without bubbles. How can I add the stars based on the p-values in e(p)?
Code:
sysuse lifeexp reg lexp i.region#c.popgrowth margins r.region, dydx(popgrowth) contrast(effects) post esttab, cells(b(star) se) starlevels(+ .3)
Comment