View source: R/rf_functions_p2.R
auc.smooth | R Documentation |
auc.smooth
takes in a set of time varying AUC values and smooths them out, in addition to providing variance values
auc.smooth(data, auc, target, patient_count_col)
data |
The dataframe with the target values |
auc |
The dataframe with the initial AUC values |
target |
String variable containing the name of the target |
patient_count_col |
String variable containing the name of the column couting the patient number |
a dataframe with a row for each CPIU and its smoothed AUC value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.