calculateDistrGLMParts: Calculate Parts for Fisher Scoring

View source: R/roc_glm_parts.R

calculateDistrGLMPartsR Documentation

Calculate Parts for Fisher Scoring

Description

This function calculates the parts required to conduct an update for the Fisher scoring for probit regression

Usage

calculateDistrGLMParts(formula, data, w = NULL, params_char)

Arguments

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.

Value

List with XtX, Xy, and the likelihood of the respective server.

Author(s)

Daniel S.


difuture-lmu/dsROCGLM documentation built on March 24, 2024, 1:07 p.m.