
Generate real value list from distributions
real_from_dist.Rd
Used on fastan::generate_data
Usage
real_from_dist(group.sizes, columns, semi.conf = NULL, dist = list())
Arguments
- group.sizes
integer vector with size of each group.
- columns
integer, number of columns.
- semi.conf
logical,
TRUE
if the model is semi-confirmatory,FALSE
otherwise, NULL (default) means the code will infer the model is not semi.conf if the number of groups is <= 2- dist
list of distributions from
distributional
from which the parameters will be sampled.