cube-methods: Get and set methods

Description Usage Arguments Methods Author(s) See Also Examples

Description

Get and set the cube portion for an object of class facDesign

Usage

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

Arguments

x

a facDesign object

value

data.frame or vector

Methods

signature(objectc = "facDesign")

Get and set the cube for the factors in an object of class facDesign. So far used internally.

Author(s)

Thomas Roth thomas.roth@tu-berlin.de

See Also

facDesign
fracDesign
rsmDesign
star
http://www.r-qualitytools.org

Examples

1
2
rsdo = rsmDesign(k = 3, alpha = 2)
cube(rsdo)

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