View source: R/rf_functions_p2.R
auc.smooth.return.single | R Documentation |
auc.smooth.return.single
both smooths the AUC values and then provides a single weighted average AUC based on the number
of observations used for the AUC value at each time
auc.smooth.return.single(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 weighted average of the time varying CPIU values using weighting based on the number of patients available in each CPIU
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.