factors-methods: Get and set methods

Description Usage Arguments Methods Author(s) See Also Examples

Description

Get and set the factors for the factors in an object of class facDesign, mixDesign, taguchiDesign or pbDesign

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## S4 method for signature 'facDesign'
factors(x)
## S4 replacement method for signature 'facDesign'
factors(x) <- value
## S4 method for signature 'mixDesign'
factors(x)
## S4 replacement method for signature 'mixDesign'
factors(x) <- value
## S4 method for signature 'taguchiDesign'
factors(x)
## S4 replacement method for signature 'taguchiDesign'
factors(x) <- value
## S4 method for signature 'pbDesign'
factors(x)
## S4 replacement method for signature 'pbDesign'
factors(x) <- value

Arguments

x

a facDesign, taguchiDesign, pbDesign or mixDesign object.

value

new factors (used internally).

Methods

signature(object = "facDesign")

Get and set the factors in an object of class facDesign.

signature(object = "mixDesign")

Get and set the factors in an object of class mixDesign.

signature(object = "taguchiDesign")

Get and set the factors in an object of class taguchiDesign.

signature(object = "pbDesign")

Get and set the factors in an object of class taguchiDesign.

Author(s)

Thomas Roth thomas.roth@tu-berlin.de
Etienne Stockhausen stocdarf@mailbox.tu-berlin.de

See Also

factors
factors
factors
types
response
facDesign
http://www.r-qualitytools.org/html/Improve.html

Examples

1
2
3
#NA in response column
fdo = facDesign(k = 3)  
factors(fdo)

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