View source: R/roc_glm_parts.R
calculateLambda | R Documentation |
This function transform the original 0-1-response y to a new reponse "lambda" that is used as respone for the fisher scoring.
calculateLambda(y, X, beta)
y |
Original 0-1-response |
X |
Design matrix |
beta |
Estimated parameter vector |
Numeric vector of new response
Stefan B., Daniel S.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.