Learn R Programming

rrepast (version 0.8.0)

AoE.FullFactorial: AoE.FullFactorial design generator

Description

Generate a Full Factorial sampling for evaluating the parameters of a model.

Usage

AoE.FullFactorial(n = 10, factors = c())

Arguments

n

The number of samples

factors

The model's parameters which will be evaluated

Value

The Full Factorial design matrix for provided parameters

Examples

Run this code
# NOT RUN {
 f<- AddFactor(name="cyclePoint",min=40,max=90)
 f<- AddFactor(factors=f, name="conjugationCost",min=1,max=80)
 d<- AoE.FullFactorial(2,f)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab