Description Usage Arguments Value Author(s) Examples
View source: R/Blanket_statsments.R
Calculate Uno's concordance statistic for any model. CAVE: If you want to evaluate a model trained on a different dataset, df should be limited to the test set.
1 | calculate_Uno_c(df, model, verbose = FALSE)
|
df |
data.frame containing the data set. If evaluating independently, use the test set. |
model |
statistical model of type coxph to be evaluated. |
verbose |
logical. TRUE activates printout messages. |
double AUC value for the evaluated model on the specified data set.
J. Peter Marquardt
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.