update_glm {insurancerating} | R Documentation |
update_glm()
is used to refit generalized linear models, and must be
preceded by restrict_coef()
.
update_glm(x, intercept_only = FALSE)
x |
Object of class restricted or of class smooth |
intercept_only |
Logical. Default is |
Object of class GLM
Martin Haringa