Dear Stata list members,
As a fairly novice user, I have been working on a k-fold cross-validation using the 'crossfold' command. I am a little confused with the output.
Below shows details of the last iteration, and then the RMSE's for all models.
I expected the RMSE and the Root MSE to be identical, but they are not (see red text)
I feel really stupid and must be missing something trivial, but I cannot find it through other sources either. So I hope someone can explain what's happening to me.
Source | SS df MS Number of obs = 753
-------------+---------------------------------- F(6, 746) = 26.90
Model | 188.969091 6 31.4948485 Prob > F = 0.0000
Residual | 873.508997 746 1.17092359 R-squared = 0.1779
-------------+---------------------------------- Adj R-squared = 0.1712
Total | 1062.47809 752 1.4128698 Root MSE = 1.0821
| RMSE
-------------+-----------
est1 | 1.167672
est2 | 1.113042
est3 | 1.218319
est4 | .960334
est5 | .9428346
est6 | 1.053918
est7 | 1.210286
est8 | 1.021159
est9 | 1.155968
est10 | 1.036067
As a fairly novice user, I have been working on a k-fold cross-validation using the 'crossfold' command. I am a little confused with the output.
Below shows details of the last iteration, and then the RMSE's for all models.
I expected the RMSE and the Root MSE to be identical, but they are not (see red text)
I feel really stupid and must be missing something trivial, but I cannot find it through other sources either. So I hope someone can explain what's happening to me.
Source | SS df MS Number of obs = 753
-------------+---------------------------------- F(6, 746) = 26.90
Model | 188.969091 6 31.4948485 Prob > F = 0.0000
Residual | 873.508997 746 1.17092359 R-squared = 0.1779
-------------+---------------------------------- Adj R-squared = 0.1712
Total | 1062.47809 752 1.4128698 Root MSE = 1.0821
| RMSE
-------------+-----------
est1 | 1.167672
est2 | 1.113042
est3 | 1.218319
est4 | .960334
est5 | .9428346
est6 | 1.053918
est7 | 1.210286
est8 | 1.021159
est9 | 1.155968
est10 | 1.036067
Comment