CalcHorseEBin {mcen} | R 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>
[Package mcen version 1.2.1 Index]