sigma-methods: Get and set methods

Description Usage Arguments Methods Author(s) See Also Examples

Description

Get and set the sigma for an object of class gageRR.

Usage

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

Arguments

x

object of class gageRR.

value

number of sigmas for calculation the Number of Distinct Categories (signal-to-noise-ratio)in a Gage R&R analysis.

Methods

signature(objectc = "gageRR")

Get and set the sigma for an object of class gageRR.

Author(s)

Thomas Roth thomas.roth@tu-berlin.de

See Also

gageRRDesign
http://www.r-qualitytools.org

Examples

1
2
3
4
5
x = gageRRDesign(Operators = 3, Parts = 10, Measurements = 3)
#default 6sigma
sigma(x) 
sigma(x) = 5.15
sigma(x)

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