mus_glm: Generalized Matrix Uncertainty Selector for logistic...

View source: R/mus_glm.R

mus_glmR 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.


hdme documentation built on May 31, 2023, 5:44 p.m.