This function creates a sampling design based on a Monte Carlo simulation.
If distrib
or members of it are missing, an error message is displayed. Distributions have to be chosen among uniform(unif
), triangular(triang
), normal(norm
), truncated normal(tnorm
), student(t
), location-scale student(t.scaled
).
If distrib.pars
is missing or misspecified, the standardized parameters of the associated distributions in distrib
are used for all the variables in x
:
unif : min=0
, max=1
triang : min=0
, max=1
, mode=0.5
norm : mean=0
, sd=1
tnorm : mean=0
, sd=1
, lower=0
, upper=+Inf
t : nu=100
t.scaled : nu=100
, mean=0
, sd=1
If x
or members of it are missing, arbitrary names of the form 'Xn' are applied to the columns of the output table. Names are automatically abbreviated to 15 characters.