Learn R Programming

qualityTools (version 1.31.1)

runOrd-methods: Get and set methods

Description

Get and set the runOrd for a 'facDesign' x

Usage

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

Arguments

x
a `facDesign' object
value
new runOrd vector

Examples

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

Run the code above in your browser using DataLab