powered by
"DataControl"
DataControl(...)
new("DataControl", ...)
DataControl
require(MASS) mu <- rep(0, 2) Sigma <- matrix(c(1, 0.5, 0.5, 1), 2, 2) dc <- DataControl(size = 10, distribution = mvrnorm, dots = list(mu = mu, Sigma = Sigma)) generate(dc)
Run the code above in your browser using DataLab