auc.smooth.return.single: Weighted Smooth AUC Value

View source: R/rf_functions_p2.R

auc.smooth.return.singleR Documentation

Weighted Smooth AUC Value

Description

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

Usage

auc.smooth.return.single(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 weighted average of the time varying CPIU values using weighting based on the number of patients available in each CPIU


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