mus_glm {hdme}R Documentation

Generalized Matrix Uncertainty Selector for logistic regression

Description

Internal function.

Usage

mus_glm(W, y, lambda, delta, family = c("binomial", "poisson"), weights = NULL)

Arguments

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.

Value

Intercept and coefficients at the values of lambda and delta specified.


[Package hdme version 0.6.0 Index]