View source: R/pipeline_modules.R
incrementalTest | R Documentation |
incrementalTest Fits incremental logistic models (a null model and a full model corresponding to covariates only and covariates+score respectively).
incrementalTest(
X,
yColname,
covColnames,
scoreColname,
family = "binomial",
pipelineRunInformation
)
X |
A matrix/data.frame with columns corresponding to the labels, all covariates and the score to be evaluated. |
yColname |
The name of the column in X corresponding to the labels. |
covColnames |
A list/vector of the column names corresponding to covariates. |
scoreColname |
The name of the column in |
family |
The |
pipelineRunInformation |
The object originally created by
|
A list containing results for the null and full models. For both model types, the formula string, glm model object, response, AUC and PRAUC are returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.