Bootstrap IDI calculation with confidence intervals
Source:R/psychopdaroc_utilities.R
bootstrapIDI.Rd
Bootstrap IDI calculation with confidence intervals
Usage
bootstrapIDI(
new_values,
ref_values,
actual,
direction = ">=",
n_boot = 1000,
conf_level = 0.95
)