powered by
Generate a Simple Random Sampling experiment design matrix.
AoE.RandomSampling(n = 10, factors = c())
The number of samples
The model's parameters which will be evaluated
The random sampling design matrix
# 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) # } # NOT RUN { # }
Run the code above in your browser using DataLab