View source: R/roc_glm_parts.R
calculateDistrGLMParts | R Documentation |
This function calculates the parts required to conduct an update for the Fisher scoring for probit regression
calculateDistrGLMParts(formula, data, w = NULL, params_char)
formula |
('character(1L)') Formula used for the probit regression as character. |
data |
('character(1L)') Data as character string. Note that all servers must have data of that name. |
w |
('character(1L)') Weights as character. The weight vector must be a column in 'data'. |
params_char |
('character(1L)') Parameter vector encoded as one string. |
List with XtX, Xy, and the likelihood of the respective server.
Daniel S.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.