gen.design2 {doofa}R Documentation

Repeat the process of design generation using doofa.pwo several times and return the best design

Description

Repeat the process of design generation using doofa.pwo several times and return the best design

Usage

gen.design2(n, m, num.repeat = 10)

Arguments

n

number of runs, a positive integer

m

number of components, a positive integer

num.repeat

number of repeats, a positive integer

Value

a design with D-efficiency

Examples

gen.design2(n = 5, m = 3, num.repeat = 10);

[Package doofa version 1.0 Index]