tidy *_dist
takes an mc_distr
, wb_distr
or sb_distr
object and returns
a tibble.
# S3 method for mc_distr
tidy(x, ...)# S3 method for wb_distr
tidy(x, ...)
# S3 method for sb_distr
tidy(x, ...)
An *_dist
object
Additional arguments. Not used.
# NOT RUN {
mc <- mc_cv(n = 100)
tidy(mc)
# }
Run the code above in your browser using DataLab