EEw3: D-efficient Estimation Equivalent Response Surface Designs

Description Usage Arguments Value Author(s) References Examples

View source: R/EEw3.R

Description

Recalls Jones and Goos JQT Estimation Equivalent Response Surface Designs for 3 whole plot factors and 1-2 sub-plot factors from a catalog

Usage

1
EEw3(des, randomize=FALSE)

Arguments

des

input- a character variable containing the name of a design in the catalog. If left blank, the function prints a table showing all the design names in the catalog

randomize

input- a logical

Value

design

Author(s)

John Lawson

References

Jones, B. and Goos, P.(2012) "An Algorithm for Finding D-Efficient Equivalent-Estimation Second-Order Split Plot Designs", Journal of Quality Technology, Vol 44, No. 4, pp281-303, 2012.

Examples

1
2
3
4
5
6
EEw3()
EEw3('EE22R11WP')
EEw3('EE22R11WP', randomize=TRUE)
EEw3('EE48R12WP')
EEw3('EE48R12WP', randomize=TRUE)
     

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