I'm running a categorical/by group regression for subsamples. When writing the results, what is the F-test that is reported (any references would also be awesome!)?
Syntax:
bys (group variable): reg (Y) (X) (controls)
I used asdoc to export it, and these are the test stats:
I'm trying to determine if the F test is a Tukey-Kramer or a Scheffe, or is it something else?
Syntax:
bys (group variable): reg (Y) (X) (controls)
I used asdoc to export it, and these are the test stats:
Mean dependent var | 0.038 | SD dependent var | 0.981 | |
R-squared | 0.327 | Number of obs | 50 | |
F-test | 2.922 | Prob > F | 0.014 | |
Akaike crit. (AIC) | 135.128 | Bayesian crit. (BIC) | 150.425 | |
*** p<.01, ** p<.05, * p<.1 |
Comment