View source: R/model_fitting.R
fitMPRModelIncremental | R Documentation |
fitMPRModelIncremental
fitMPRModelIncremental(
X,
yColname,
covColnames,
scoreColname,
family = "binomial"
)
X |
A data.frame containing columns corresponding to |
yColname |
The name of the column representing the response variable. |
covColnames |
A vector of names representing the covariate columns. |
scoreColname |
The name of the score column. |
family |
The GLM family string. |
A list containing results for the null (covariates only) model and
full model (score and covariates). For each model, the formula, response
and glm
model object are provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.