CalcHorseEBin: Creates the probabilities and working response for the glmnet...

View source: R/mcen.r

CalcHorseEBinR Documentation

Creates the probabilities and working response for the glmnet update for a given response with a binomial family

Description

Creates the probabilities and working response for the glmnet update for a given response with a binomial family

Usage

CalcHorseEBin(X, Beta, Y, r)

Arguments

X

the matrix of predictors.

Beta

current iteration of the regression coefficients

Y

is the matrix of responses

r

the response of interest result is a list of things needed for the working response in glmnet

Author(s)

Brad Price <brad.price@mail.wvu.edu>


mcen documentation built on April 1, 2023, 12:11 a.m.

Related to CalcHorseEBin in mcen...