boot_auc_folds: Compute bootstraps of the mean ROC

Description Usage Arguments Value

View source: R/rocCurves.R

Description

Compute the ROC curve separately for each fold, and compute the mean ROC curve, instead of pooling predictions.

Usage

1
2
3
boot_auc_folds(predictions, folds, targets, num_samples = 1000,
  alt_predictions = NULL, fixed_axis = c("sensitivity", "specificity"),
  points = seq(0, 1, by = 0.01), stratified = T)

Arguments

predictions

sample predictions

folds

vector of fold classification for each sample

targets

target values

num_samples

number of bootstrap samples to take

alt_predictions

alternative predictions to compare

fixed_axis

whether to fix sensitivity or specificity in the ROC curves

points

number of points to calculate for ROC curves

Value

bootstrapped ROC curves


mattdneal/FAIMSToolkit documentation built on May 21, 2019, 12:57 p.m.