exuber (version 0.3.0)

tidy.mc_distr: Tidying *_dist objects

Description

tidy *_dist takes an mc_distr, wb_distr or sb_distr object and returns a tibble.

Usage

# S3 method for mc_distr
tidy(x, ...)

# S3 method for wb_distr tidy(x, ...)

# S3 method for sb_distr tidy(x, ...)

Arguments

x

An *_dist object

...

Additional arguments. Not used.

Value

A tibble::tibble()

Examples

Run this code
# NOT RUN {
mc <- mc_cv(n = 100)

tidy(mc)
# }

Run the code above in your browser using DataLab