Learn R Programming

doofa (version 1.0)

gen.design2: 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)

Value

a design with D-efficiency

Arguments

n

number of runs, a positive integer

m

number of components, a positive integer

num.repeat

number of repeats, a positive integer

Examples

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

Run the code above in your browser using DataLab