R/random-tid-multi-dist.R
tidy_multi_dist.Rd
Generate multiple distributions of data from the same tidy_
distribution function.
tidy_multi_dist(.tidy_dist = NULL, .param_list = list())
The type of tidy_
distribution that you want to run. You
can only choose one.
This must be a list()
object of the parameters that you
want to pass through to the TidyDensity tidy_
distribution function.
A tibble
Generate multiple distributions of data from the same tidy_
distribution function. This allows you to simulate multiple distributions of
the same family in order to view how shapes change with parameter changes. You
can then visualize the differences however you choose.