Learn R Programming

qualityTools (version 1.31.1)

sigma-methods: Get and set methods

Description

Get and set the sigma for an object of class gageRR

Usage

## S3 method for class 'gageRR':
sigma(x)
## S3 method for class '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

See Also

gageRRDesign

Examples

Run this code
x = gageRRDesign(Operators = 3, Parts = 10, Measurements = 3)
sigma(x)  #default 6sigma
sigma(x) = 5.15
sigma(x)

Run the code above in your browser using DataLab