Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.