benjann / estout

Stata module to make regression tables
http://repec.sowi.unibe.ch/stata/estout/index.html
MIT License
71 stars 18 forks source link

estpost not functional for paired test #19

Closed Arkopal closed 5 years ago

Arkopal commented 5 years ago

ttest var1 == var2 works fine

estpost ttest var1 == var2 error (== invalid name)

benjann commented 5 years ago

Yes. As stated in the documentation only two-group t tests are supported by estpost ttest. I have no intention right now to add support for paired t tests.