Generates Anticipated Coefficients from delta parameter The logic for generating anticipated coefficients from delta varies with glm family.
anticoef_from_delta(default_coef, delta, glmfamily)
Anticipated coefficients.
a vector of default coefficients, from gen_anticoef
the user-input delta parameter, must be a numeric vector of length 1 or 2
the user-supplied glmfamily, either a string or a glmfamily object