units-methods: Get and set methods

Description Usage Arguments Methods Author(s) See Also Examples

Description

Get and set the units for the factors in an object of class facDesign, etc.

Usage

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

Arguments

x

a facDesign or mixDesign object

value

data.frame or vector

Methods

signature(x = "facDesign")

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

signature(x = "mixDesign")

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

signature(x = "taguchiDesign")

Get and set the units for the factors in an object of class taguchiDesign.

signature(x = "pbDesign")

Get and set the units for the factors in an object of class taguchiDesign.

Author(s)

Thomas Roth thomas.roth@tu-berlin.de
Etienne Stockhausen stocdarf@mailbox.tu-berlin.de

See Also

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

Examples

1
2
3
4
5
6
#NA in response column
fdo = fracDesign(k = 2)  
summary(fdo)
units(fdo) = c("min","C") 
names(fdo) = c("Time", "Temperature") 
summary(fdo)

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