You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
Exporting t-test results for testing differences in means to LaTeX
Code:
ttest IR1 == IR5
How can I export the results of this test into LaTeX? I am aware of the espost command. But from what I understand, estpost can be used only for doing t-tests on grouped variables. However, in my case I want to do the ttest on 2 different variables i.e. IR1 and IR5.
Comment