Learn R Programming

dcurves (version 0.5.1)

as_tibble.dca: Convert DCA Object to tibble

Description

Convert DCA Object to tibble

Usage

# S3 method for dca
as_tibble(x, ...)

Value

a tibble

Arguments

x

dca object created with dca()

...

not used

Author

Daniel D Sjoberg

See Also

dca(), net_intervention_avoided(), standardized_net_benefit(), plot.dca()

Examples

Run this code
dca(cancer ~ cancerpredmarker, data = df_binary) %>%
  as_tibble()

Run the code above in your browser using DataLab