gen.design2: Repeat the process of design generation using doofa.pwo...

View source: R/doofa.R

gen.design2R 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);

doofa documentation built on June 22, 2024, 7:39 p.m.

Related to gen.design2 in doofa...