View source: R/rf_functions_p2.R
rf.auc | R Documentation |
rf.auc
calculates the time varying AUC values and returns them in a dataframe
rf.auc(sca1.df = data, target, patient_count_col, time_col)
sca1.df |
the data |
target |
String variable containing the name of the target |
patient_count_col |
String variable containing the name of the column couting the patient number |
time_col |
String variable containing the name of the column holding the CPIU number |
time varying AUC dataframe with one column for the CPIU and another for the AUC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.