Learn R Programming

qualityTools (version 1.31.1)

tolerance-methods: Get and set methods

Description

Get and set the tolerance for an object of class gageRR

Usage

## S3 method for class 'gageRR':
tolerance(x)
## S3 method for class 'gageRR':
tolerance(x) <- value

Arguments

x
a `gageRR' object
value
data.frame or vector

See Also

gageRRDesign

Examples

Run this code
x = gageRRDesign(Operators = 3, Parts = 10, Measurements = 3)
tolerance(x)  #default 6tolerance
tolerance(x) =  100 #100 units
tolerance(x)

Run the code above in your browser using DataLab