gageRRDesign {r6qualitytools} | R Documentation |
gageRRDesign: Gage R&R - Gage Repeatability and Reproducibility
Description
Function to Creates a Gage R&R design.
Usage
gageRRDesign(
Operators = 3,
Parts = 10,
Measurements = 3,
method = "crossed",
sigma = 6,
randomize = TRUE
)
Arguments
Operators |
Numeric value giving a number or a character vector defining the Operators.
By default |
Parts |
A number or character vector defining the Parts.
By default |
Measurements |
A number defining the measurements per part. By default |
method |
Character string specifying the Gage R&R method. |
sigma |
For |
randomize |
Logical value. |
Value
The function gageRRDesign
returns an object of class gageRR
.
See Also
Examples
design <- gageRRDesign(Operators = 3, Parts = 10, Measurements = 3,
method = "crossed", sigma = 6, randomize = TRUE)