PBDes: Plackett-Burman Designs

Description Usage Arguments Value Author(s) References Examples

View source: R/PBDes.R

Description

Creates a 12, 20, or 24 run Plackett-Burman design in a data frame with numeric factor levels by cyclically rotating the factor leves in the first row

Usage

1
PBDes(nruns, nfactors, randomize=FALSE)

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

randomize

input - logical

Value

design

Author(s)

John Lawson

References

Lawson, J. (2015) "Design and Analysis of Experiments with R page 229",CRC Press, Boca Raton, 2015.

Examples

1
2
3
4
5
6
7
PBDes(nruns=12,nfactors=11)
PBDes(nruns=12,nfactors=11,randomize=TRUE)
PBDes(nruns=12,nfactors=9)
PBDes(nruns=20,nfactors=19)
PBDes(nruns=24,nfact=16)
PBDes(nruns=24,nfactors=23)
     

daewr documentation built on March 13, 2021, 3:01 a.m.