lows-methods: Get and set methods

Description Usage Arguments Methods Author(s) See Also Examples

Description

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

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'facDesign'
lows(object)
## S4 replacement method for signature 'facDesign'
lows(object) <- value
## S4 method for signature 'mixDesign'
lows(object)
## S4 replacement method for signature 'mixDesign'
lows(object) <- value

Arguments

object

a facDesign or mixDesign object.

value

data.frame or vector.

Methods

signature(object = "facDesign")

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

signature(object = "mixDesign")

Get and set the lows for the factors in an object of class mixDesign.

Author(s)

Thomas Roth thomas.roth@tu-berlin.de

See Also

factors
lows
lows
types
http://www.r-qualitytools.org

Examples

1
2
3
4
fdo = facDesign(k=3)
lows(fdo) = c(10, 160, 1)
lows(fdo) = c(20, 200, 2)
summary(fdo)

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