| mus_glm | R Documentation | 
Internal function.
mus_glm(W, y, lambda, delta, family = c("binomial", "poisson"), weights = NULL)
W | 
 Design matrix, measured with error.  | 
y | 
 Vector of the binomial response value.  | 
lambda | 
 Regularization parameter due to model error.  | 
delta | 
 Regularization parameter due to measurement error.  | 
family | 
 "binomial" or "poisson"  | 
weights | 
 Case weights.  | 
Intercept and coefficients at the values of lambda and delta specified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.