Hello everybody!
I am running a t-test (mean comparison test), two samples using variables, with unequal variances using Welch's approximation. I have already exported other results such as summary statistics and regression results using the command asdoc. Unfortunately, with the t-test this command is not working.
This is what it shows me:
. asdoc ttest srifundsreturns == nonsrifundsreturns, unpaired unequal welch
welch option invalid for one-sample or paired tests
r(198);
I tried in a different way and still I have some problems:
. asdoc ttest srifundsreturns==nonsrifundsreturns, replace
srifundsreturns - nonsrifundsreturns invalid name
Can someone please help me ?
I am running a t-test (mean comparison test), two samples using variables, with unequal variances using Welch's approximation. I have already exported other results such as summary statistics and regression results using the command asdoc. Unfortunately, with the t-test this command is not working.
This is what it shows me:
. asdoc ttest srifundsreturns == nonsrifundsreturns, unpaired unequal welch
welch option invalid for one-sample or paired tests
r(198);
I tried in a different way and still I have some problems:
. asdoc ttest srifundsreturns==nonsrifundsreturns, replace
srifundsreturns - nonsrifundsreturns invalid name
Can someone please help me ?

Comment