rf.auc: Calculate time varying AUC dataframe

View source: R/rf_functions_p2.R

rf.aucR Documentation

Calculate time varying AUC dataframe

Description

rf.auc calculates the time varying AUC values and returns them in a dataframe

Usage

rf.auc(sca1.df = data, target, patient_count_col, time_col)

Arguments

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

Value

time varying AUC dataframe with one column for the CPIU and another for the AUC


dshenker/RFSLAM documentation built on Sept. 18, 2022, 3:26 a.m.