Internal function.
mus_glm(W, y, lambda, delta, family = c("binomial", "poisson"), weights = NULL)
Intercept and coefficients at the values of lambda and delta specified.
Design matrix, measured with error.
Vector of the binomial response value.
Regularization parameter due to model error.
Regularization parameter due to measurement error.
"binomial" or "poisson"
Case weights.