Update Constrained logistic regression In this function we update a previously trained instance of a (constrained) glm fit.

ConstrainedGlm.update_glm(previous_glm, data, ...)

Arguments

previous_glm

glm object. A previously trained GLM instance, so it can be updated

data

the newdata to update the glm on

...

the other arguments passed to GLM

Value

a fitted, updated glm