Learn R Programming

qualityTools (version 1.53)

factors-methods: Get and set methods

Description

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

Usage

## S3 method for class 'facDesign':
factors(x)
## S3 method for class 'facDesign':
factors(x) <- value
## S3 method for class 'mixDesign':
factors(x)
## S3 method for class 'mixDesign':
factors(x) <- value
## S3 method for class 'taguchiDesign':
factors(x)
## S3 method for class 'taguchiDesign':
factors(x) <- value

Arguments

value
new factors (used internally).

See Also

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

Examples

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

Run the code above in your browser using DataLab