Simulate data variables with known distributions
sim_distr(n, k, distr, ...)
Number of observations.
Number of variables.
A vector of distributions to be used in each variable. It could be "normal", "exponential", "poisson", "weibull", "chisquare" or "uniform". In case to use the same distribution for all variables, set it as distr = "distr".
Arguments specific to each distribution. See rnorm
, rexp
, rpois
, rweibull
, rchisq
, runif
to know these arguments.
sim_distr
gives a data frame with the observations as rows and the variables as columns