dca: Decision curve analysis

Description Usage

View source: R/dca.r

Description

Decision curve analysis

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
dca(
  data,
  outcome,
  predictors,
  xstart = 0.01,
  xstop = 0.99,
  xby = 0.01,
  ymin = -0.05,
  probability = NULL,
  harm = NULL,
  graph = TRUE,
  intervention = FALSE,
  interventionper = 100,
  smooth = FALSE,
  loess.span = 0.1
)

awconway/capnopred documentation built on Dec. 15, 2021, 5:01 a.m.