Learn R Programming

daewr (version 1.2-7)

ModelRobust: Model Robust Factorial Designs

Description

Recalls Li and Nachtsheim's model robust factorial designs from a catalog of data frames

Usage

ModelRobust(des, randomize=FALSE)

Value

design

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

Author

John Lawson

References

Li, W. and Nachtsheim, C. J. (2000) "Model Robust factorial Designs", Technometrics, Vol 42, No. 4, pp345-352, 2000.

Examples

Run this code
ModelRobust()
ModelRobust('MR8m4g3')
ModelRobust('MR8m4g3', randomize=TRUE)
     

Run the code above in your browser using DataLab