Learn R Programming

qualityTools (version 1.0)

gageRR: Gage R&R - Gage Repeatability and Reproducibility

Description

Performs a Gage R&R analysis for an object of class gageRR

Usage

gageRR(gdo, method = "crossed", sigma = 5.15, alpha = 0.25, DM = NULL, HM = NULL, toler = NULL, plotit = F, dig = 4, ...)

Arguments

gdo
object of class gageRR
method
"crossed" or "nested"
sigma
alpha
alpha value for fitting a non interaction model
DM
HM
toler
plotit
dig
...

Value

  • object of class gageRR

See Also

gageRRDesign

Examples

Run this code
#create a Gage R&R Design
temp = gageRRDesign(Operators = 3,3,3)

#set the response i.e. Measurements
response(temp)  = rnorm(27)

#perform a Gage R&R
gdo = gageRR(temp)

#summary
summary(gdo)

#standard graphics for Gage R&R
plot(gdo)

Run the code above in your browser using DataLab