dot-get_thr_data_list: Get Threshold Performance Data for DCA list

.get_thr_data_listR Documentation

Get Threshold Performance Data for DCA list

Description

Get Threshold Performance Data for DCA list

Usage

.get_thr_data_list(
  .data,
  thresholds = seq(0.01, 0.5, 0.01),
  prior_only = FALSE
)

Arguments

.data

A data.frame with an outcomes column (0 or 1 for each individual) and one or more columns with predicted probabilities from each of desired list of predictive models, or with 0 or 1 indicator from each of desired list of binary tests.

thresholds

Decision thresholds.

prior_only

If TRUE, returns prior only (ignores any data).


giulianonetto/bayesdca documentation built on Aug. 31, 2023, 11:07 a.m.