highs-methods: Get and set methods

Description Usage Arguments Methods Author(s) See Also Examples

Description

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

Usage

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

Arguments

object

a facDesign or mixDesign object

value

data.frame or vector

Methods

signature(objectc = "facDesign")

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

signature(object = "mixDesign")

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

Author(s)

Thomas Roth thomas.roth@tu-berlin.de

See Also

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

Examples

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

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