Leave-One-Out Cross-Validation 2

Sign in to test your solution.
cv.error <- ... for (i in 1:5) { glm.fit = ... cv.error[i] = ... }
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.