Learn R Programming

qualityTools (version 1.0)

gageRRDesign: Gage R&R - Gage Repeatability and Reproducibility

Description

Creates a Gage R&R design

Usage

gageRRDesign(Operators = 3, Parts = 10, Measurements = 3, method = "crossed", sigma = 6, randomize = TRUE)

Arguments

Operators
a number or a character vector defining the Operators
Parts
a number or character vector defining the Parts
Measurements
a number defining the measurements per part
method
"crossed" or "nested"
sigma
randomize
randomize the gageRR design

Value

  • object of class gageRR

See Also

gageRR,

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