as_tibble.dca | 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.