Description Usage Arguments Value Author(s)
View source: R/Blanket_statsments.R
Calculate concordance statistics for a list of statistical models on the same data set
1 | blanket_c_statistic(df, model_list, modality = "logistic", verbose = FALSE)
|
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. |
list of doubles with the AUC values for the evaluated models on the specified data set.
J. Peter Marquardt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.