ModelBinaryChoice: ModelBinaryChoice

Description Arguments Format

Description

Initialisation function

This predict method returns probabilities generated from the parameters of this Model object.

Arguments

params

a data.frame object.

formula

a formula object.

preprocessing_fn

a pre-processing function that gets applied to the data given to the predict method before making the prediction.

newdata

a data.frame object.

link_function

:: character(1)
default as 'logit' using stats::binomial(link = "logit"). Choice of 'logit' and 'probit'. TODO: implement 'probit' option.

Format

R6::R6Class object inheriting ModelCustom.


dymium-org/dymiumCore documentation built on July 18, 2021, 5:10 p.m.