Leave-One-Out Cross-Validation 2

Sign in to test your solution.
cv.error <- ... for (i in 1:5) { glm.fit = ... cv.error[i] = ... }