I have run cv.lm on my linear model (as a leave-one-out-cross-validation, ie m=#lines to my dataset).
This returned (for folds 1 to 336) :
fold 336
Observations in test set: 1
150
Predicted 1.444
cvpred 1.318
x1 2.000
CV residual 0.682
Sum of squares = 0.46 Mean square = 0.46 n = 1
Is there an effective way to coerce all the Sums of squares and Mean squares into a dataframe?