auc.smooth: Smooth AUC Values

View source: R/rf_functions_p2.R

auc.smoothR Documentation

Smooth AUC Values

Description

auc.smooth takes in a set of time varying AUC values and smooths them out, in addition to providing variance values

Usage

auc.smooth(data, auc, target, patient_count_col)

Arguments

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

Value

a dataframe with a row for each CPIU and its smoothed AUC value


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