Expand description
Measurement System Analysis (MSA).
Implements Gage R&R studies using both the X̄-R (Average & Range) method and the ANOVA method, following AIAG MSA 4th Edition.
§Overview
A Gage R&R study decomposes total measurement variation into:
- Repeatability (EV): Equipment variation — same operator, same part, multiple trials
- Reproducibility (AV): Appraiser variation — different operators, same part
- Part Variation (PV): True part-to-part variation
§References
- AIAG (2010). Measurement Systems Analysis, 4th ed.
- Montgomery, D.C. (2019). Introduction to Statistical Quality Control, 8th ed., §5.
Structs§
- Anova
Row - A single row in the ANOVA table.
- Anova
Table - ANOVA table for a two-factor crossed design.
- GageRR
Anova Result - ANOVA-based Gage R&R result with full ANOVA table and variance components.
- GageRR
Input - Input data for a Gage R&R study.
- GageRR
Result - Results from a Gage R&R study (X̄-R or ANOVA method).
- Variance
Components - Variance components from ANOVA expected mean squares.
Enums§
- GrrStatus
- Acceptability status based on %GRR (AIAG guidelines).
Functions§
- gage_
rr_ anova - Gage R&R using the two-factor crossed ANOVA method (AIAG MSA 4th Edition).
- gage_
rr_ xbar_ r - Gage R&R using the X̄-R (Average & Range) method (AIAG MSA 4th Edition).