blanket_c_statistic: Generic wrapper method to calculate C-statistics

Description Usage Arguments Value Author(s)

View source: R/Blanket_statsments.R

Description

Calculate concordance statistics for a list of statistical models on the same data set

Usage

1
blanket_c_statistic(df, model_list, modality = "logistic", verbose = FALSE)

Arguments

df

data.frame containing the data set. If evaluating independently, use the test set.

model_list

list of statistical models of type lm, glm or coxph to be evaluated.

modality

character specifying model type. Currently accepts 'linear', 'logistic', and 'cox'

verbose

logical. TRUE activates printout messages.

Value

list of doubles with the AUC values for the evaluated models on the specified data set.

Author(s)

J. Peter Marquardt


BlanketStatsments documentation built on Aug. 2, 2021, 9:06 a.m.