Learn R Programming

qualityTools (version 1.31.1)

block-methods: Get and set methods

Description

Get and set the Blocking structure for a 'facDesign' object

Usage

## S3 method for class 'facDesign':
block(object)
## S3 method for class 'facDesign':
block(object) <- value

Arguments

object
a `facDesign' object
value
data.frame or vector

See Also

response, facDesign

Examples

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

Run the code above in your browser using DataLab