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