Hello,
I am trying to export the results of a series of ttest using estpost.
This simple command works great:
by IND, sort : ttest PEMP1921, by(LOC)
But this one does not:
estpost by IND, sort : ttest PEMP1921, by(LOC)
invalid subcommand
r(198);
I tried different version of this command, but nothing works.
Can you help me?
Thank you!
I am trying to export the results of a series of ttest using estpost.
This simple command works great:
by IND, sort : ttest PEMP1921, by(LOC)
But this one does not:
estpost by IND, sort : ttest PEMP1921, by(LOC)
invalid subcommand
r(198);
I tried different version of this command, but nothing works.
Can you help me?
Thank you!

Comment