Simulation of Gaussian vector
Simulate a Gaussian vector with 'p' independent components of length 'n'. Parameters of each component are uniformly random and are taken between -10 and 10, with (absolute) standard deviation equals mean.
simulationData(n, p, distrib = rnorm, colinearity = FALSE)
n
p
distrib
colinearity
a matrix with 'n' observations and 'p' variables.
Saip Ciss saip.ciss@wanadoo.fr
X <- simulationData(100,10) summary(X)
Useful links