runOrd-methods: Get and set methods

Description Usage Arguments Methods Author(s) See Also Examples

Description

Get and set the runOrd for a facDesign x.

Usage

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

Arguments

x

a facDesign object

value

new runOrd vector

Methods

signature(object = "facDesign")

Author(s)

Thomas Roth thomas.roth@tu-berlin.de

See Also

http://www.r-qualitytools.org

Examples

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

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