star-methods: Get and set methods

Description Usage Arguments Methods Author(s) See Also Examples

Description

function to set and get the star portion of a response surface design

Usage

1
2
3
4
## S4 method for signature 'facDesign'
star(x)
## S4 replacement method for signature 'facDesign'
star(x) <- value

Arguments

x

a ‘facDesign’ object

value

data.frame holding the star portion.

Methods

signature(x = "facDesign")

Get and set the star for the factors in an object of class facDesign.
Could be used to exchange a default star portion with a specific one. So far used internally.

Author(s)

Thomas Roth thomas.roth@tu-berlin.de

See Also

rsmDesign
rsmChoose
http://www.r-qualitytools.org

Examples

1
2
3
4
#rotatable response surface design with 3 factors
design = rsmDesign(k = 3) 
#star portion of the design
star(design)  

qualityTools documentation built on May 2, 2019, 10:21 a.m.