AoE.RandomSampling: AoE.RandomSampling experiment desing generator

Description Usage Arguments Value Examples

View source: R/rrepast-aoe.R

Description

Generate a Simple Random Sampling experiment design matrix.

Usage

1
AoE.RandomSampling(n = 10, factors = c())

Arguments

n

The number of samples

factors

The model's parameters which will be evaluated

Value

The random sampling design matrix

Examples

1
2
3
4
5
## Not run: 
 f<- AddFactor(name="cyclePoint",min=40,max=90)
 f<- AddFactor(factors=f, name="conjugationCost",min=1,max=80)
 d<- AoE.RandomSampling(2,f)
## End(Not run)

antonio-pgarcia/RRepast documentation built on Feb. 22, 2020, 1:20 a.m.