block-methods: Get and set methods

Description Usage Arguments Methods Note Author(s) See Also Examples

Description

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

Usage

1
2
3
4
## S4 method for signature 'facDesign'
block(object)
## S4 replacement method for signature 'facDesign'
block(object) <- value

Arguments

object

a facDesign object

value

data.frame or vector

Methods

signature(x = "facDesign")

Get and set the Blocking structure for a facDesign object.

Note

block is to be rewritten

Author(s)

Thomas Roth thomas.roth@tu-berlin.de

See Also

response
facDesign
http://www.r-qualitytools.org

Examples

1
2
3
#NA in response column
fdo = facDesign(k = 3)    
block(fdo)

qualityTools documentation built on May 2, 2019, 10:21 a.m.