Learn R Programming

simFrame (version 0.1.2)

DataControl: Create objects of class "DataControl"

Description

Create objects of class "DataControl".

Usage

DataControl(...)

Arguments

...
arguments passed to new("DataControl", ...).

Value

  • An object of class "DataControl".

See Also

DataControl

Examples

Run this code
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