Stata Graphing


Graphs

graph hbar VAR, over(GROUPVAR1) over(GROUPVAR2) asyvars
graph export foo.png


Tables

regress OUTCOME TREATMENTS
estimates store foo
estimates table foo, b(%10.3f) star


CategoryRicottone