R/model_refinement.R
update_glm.Rd
update_glm() is used to refit generalized linear models, and must be preceded by restrict_coef().
update_glm()
restrict_coef()
update_glm(x, intercept_only = FALSE)
Object of class restricted or of class smooth
Logical. Default is FALSE. If TRUE, only the intercept is updated, ensuring that the changes have no impact on the other variables.
FALSE
TRUE
Object of class GLM
Martin Haringa