View source: R/2.3_gageRR_Functions.R
gageRRDesign | R Documentation |
Function to Creates a Gage R&R design.
gageRRDesign(
Operators = 3,
Parts = 10,
Measurements = 3,
method = "crossed",
sigma = 6,
randomize = TRUE
)
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. |
The function gageRRDesign
returns an object of class gageRR
.
gageRR.c
, gageRR
.
design <- gageRRDesign(Operators = 3, Parts = 10, Measurements = 3,
method = "crossed", sigma = 6, randomize = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.