View source: R/utils-timeroc.R
| confidencebands | R Documentation | 
Calculate confidence bands for a single timepoint timeROC ROC based on threshold averaging as described in Fawcett 2004.
confidencebands(
  T,
  delta,
  marker,
  timepoint,
  cause = 1,
  ...,
  nboot = 200,
  conf.level = 0.95,
  verbose = interactive()
)
T | 
 
  | 
delta | 
 
  | 
marker | 
 
  | 
timepoint | 
 
  | 
cause | 
 
  | 
nboot | 
 
  | 
conf.level | 
 
  | 
verbose | 
 
  | 
... | 
 further arguments passed to   | 
a list with 2 elements (TP, FP), each one a matrix,
with 3 rows (lower/median/upper) band, and  length(threshold) columns.
Fawcett, T. (2004). ROC graphs: Notes and practical considerations for researchers. Machine learning, 31(1), 1-38.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.