Hi, for exmaple i hav this regresion
reg y x
outreg2 using myfile
But i want to report the F statistic from another regresion
reg x z w
test z w
Thank you.
reg y x
outreg2 using myfile
But i want to report the F statistic from another regresion
reg x z w
test z w
Thank you.
Comment