Learn R Programming

qualityTools (version 1.0)

factors-methods: Get and set methods

Description

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

Usage

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

Arguments

x
a `facDesign' object
value
new factors (used internally)

See Also

Examples

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

Run the code above in your browser using DataLab