qualityTools (version 1.55)

factors-methods: Get and set methods

Description

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

Usage

"factors"(x) "factors"(x) <- value "factors"(x) "factors"(x) <- value "factors"(x) "factors"(x) <- value "factors"(x) "factors"(x) <- value

Arguments

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.

See Also

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

Examples

Run this code
#NA in response column
fdo = facDesign(k = 3)  
factors(fdo)

Run the code above in your browser using DataCamp Workspace