as_tibble.dca {dcurves} | R Documentation |
Convert DCA Object to tibble
Description
Convert DCA Object to tibble
Usage
## S3 method for class 'dca'
as_tibble(x, ...)
Arguments
x |
dca object created with |
... |
not used |
Value
a tibble
Author(s)
Daniel D Sjoberg
See Also
dca()
, net_intervention_avoided()
, standardized_net_benefit()
, plot.dca()
Examples
dca(cancer ~ cancerpredmarker, data = df_binary) %>%
as_tibble()
[Package dcurves version 0.5.0 Index]