daviddalpiaz / appliedstats

:bar_chart: Methods of Applied Statistics Course Textbook Repository
https://book.stat420.org/
154 stars 168 forks source link

add the explanation of delta of glm() #142

Closed chadyuu closed 1 year ago

chadyuu commented 1 year ago

I think we should explicitly explain delta, one of the return values of cv.glm(), since we use it in the textbook, e.g.,

cv.glm(spam_trn, fit_caps, K = 5)$delta[1]