update_glm {insurancerating} | R Documentation |
Refitting Generalized Linear Models
Description
update_glm()
is used to refit generalized linear models, and must be
preceded by restrict_coef()
.
Usage
update_glm(x, intercept_only = FALSE)
Arguments
x |
Object of class restricted or of class smooth |
intercept_only |
Logical. Default is |
Value
Object of class GLM
Author(s)
Martin Haringa
[Package insurancerating version 0.7.5 Index]