as_tibble.dca {dcurves} | R Documentation |
Convert DCA Object to tibble
## S3 method for class 'dca'
as_tibble(x, ...)
x |
dca object created with |
... |
not used |
a tibble
Daniel D Sjoberg
dca()
, net_intervention_avoided()
, standardized_net_benefit()
, plot.dca()
dca(cancer ~ cancerpredmarker, data = df_binary) %>%
as_tibble()