hai_get_dist_data_tbl: Get Distribution Data Helper
Description
This function will return a tibble that can either be nested/unnested,
and grouped or ungrouped. The .data argument must be the output of the
hai_distribution_comparison_tbl() function.
The data from the hai_distribution_comparison_tbl() function
as this function looks for a class of 'hai_dist_data'
.unnest
Should the resulting tibble be unnested, a boolean value TRUE/FALSE.
The default is TRUE
.group_data
Shold the resulting tibble be grouped, a boolean value TRUE/FALSE.
The default is FALSE
Author
Steven P. Sanderson II, MPH
Details
This function expects to take the output of the hai_distribution_comparison_tbl()
function. It returns a tibble of the distribution and the randomly generated
data produced from the associated stats r function like rnorm
See Also
Other Distribution Functions:
hai_distribution_comparison_tbl(),
hai_get_density_data_tbl()