Rdocumentation
powered by
Learn R Programming
daewr (version 1.0-3)
OptPB: Optimum Plackett-Burman Designs
Description
Selects the columns from a Plackett-Burman Design Produced by FrF2 that will minimize model dependence for main effects and two factor interactions
Usage
OptPB(nruns, nfactors)
Arguments
nruns
input- an integer representing the number of runs in the design
nfactors
input - in integer representing the number of factors in the design
Value
design
References
Fairchild, K. (2011) "Screening Designs that Minimize Model Dependence", MS Project Department of Statistics Brigham Young University, Dec. 2011.
Examples
Run this code
OptPB(
12
,
8
)
Run the code above in your browser using
DataLab