operations-quality · quality-six-sigma · measurement-systems

Gage RR Calculator

Runs a Gage R&R measurement-system analysis by ANOVA, reporting repeatability, reproducibility, percent study variation and the number of distinct categories. Use it to judge whether a gauge is adequate.

Last updated
Dataset Lab

Calculator overview

Inputs and outputs

This summary comes from the calculator's published input and output contract.

Inputs

Gage Study Measurements
About this input

One row per part, with columns for each operator's repeated measurements of that part. The tool runs a full analysis of variance on the set to separate part variation, repeatability and reproducibility.

Default 10 rows
ColumnRange or allowed values
Operator 1 Trial 1 Not declared
Operator 1 Trial 2 Not declared
Operator 1 Trial 3 Not declared
Operator 2 Trial 1 Not declared
Operator 2 Trial 2 Not declared
Operator 2 Trial 3 Not declared
Operator 3 Trial 1 Not declared
Operator 3 Trial 2 Not declared
Operator 3 Trial 3 Not declared

Outputs

Study Variation Part
About this output

The part standard deviation as a percent of the total study variation. A capable system leaves most of the study variation here rather than in the gage.

Unit %
Reproducibility Standard Deviation
About this output

The operator variation, in the measured units: the added spread from different operators measuring the same parts. This method uses analysis of variance, so it captures the part-by-operator interaction rather than the average-and-range approximation.

Unit units
Repeatability Standard Deviation
About this output

The equipment variation, in the measured units: the spread of repeated readings of the same part by the same operator. It is the analysis-of-variance error term.

Unit units
Study Variation Repeatability
About this output

The repeatability standard deviation as a percent of the total study variation, comparing spreads rather than variances.

Unit %
Verdict
About this output

The overall rating of the measurement system, as a band such as acceptable, marginal or unacceptable, based on the gage study-variation percent. Read it with the number of distinct categories, not on its own.

Unit band
Sum Of Squares Total
About this output

The total sum of squared deviations of all readings from the grand mean, in squared units. The analysis of variance splits it into part, operator and error components.

Unit units2
Study Variation Reproducibility
About this output

The reproducibility standard deviation as a percent of the total study variation.

Unit %
Part Standard Deviation
About this output

The true part-to-part variation, in the measured units, estimated with the measurement noise removed. It is the signal the gage is meant to resolve.

Unit units
Gage Repeatability And Reproducibility Standard Deviation
About this output

The combined measurement-system variation, in the measured units, from repeatability and reproducibility together. It is the total noise the gage adds to a reading.

Unit units
Contribution Part
About this output

The share of the total variance that comes from real part-to-part differences, as a percent. It and the gage contribution add to 100 percent.

Unit %
Contribution Gage R And
About this output

The share of the total variance that comes from the measurement system, as a percent. Because it is a variance share it is not the same figure as the study-variation percent, which is a share of standard deviation.

Unit %
Gage Repeatability And Reproducibility Study Variation
About this output

The combined gage standard deviation as a percent of the total study variation. Under 10 percent is usually acceptable, 10 to 30 percent may be acceptable, and above 30 percent is not.

Unit %
Number Of Distinct Categories
About this output

How many distinct groups the measurement system can reliably tell apart across the part range, as a count. Five or more is generally wanted; fewer than that means the gage cannot resolve the parts well.

Unit count
Model Status
About this output

The overall check on your entries, shown above the results. It reads OK when the inputs are usable, NOT VALID with a reason when an entry makes the model meaningless, or CHECK with a reason when a result is valid but worth a second look. Read it before you trust the numbers below.

No unit declared
Grand Mean
About this output

The average of every measurement in the study, in the measured units. It is the reference the analysis of variance decomposes the readings around.

Unit units

What it is

The Gage R&R Calculator runs a crossed measurement-system analysis by ANOVA. It takes a study in which every operator measures every part several times, splits the total variation into the part-to-part differences you want to see and the measurement noise you do not, and reports whether the gauge is good enough to tell your parts apart.

It reports repeatability (the same operator measuring the same part twice), reproducibility (different operators measuring the same part), their combined effect as a percentage of study variation and of total variance, the number of distinct categories the system can resolve, and an overall verdict.

The study layout is fixed: 10 parts, 3 operators, 3 trials each, 90 measurements in all. Results come back in the measured units and as percentages.

Use it to qualify a gauge before trusting the data it produces. It measures precision only, not accuracy.

Methodology

Purpose and model boundary

This calculator performs a fixed crossed Gage Repeatability and Reproducibility study by analysis of variance (ANOVA). It separates observed variation into equipment repeatability, operator and part-by-operator reproducibility, and part-to-part variation, then reports variance contributions, study-variation shares, a measurement-system verdict, and the number of distinct categories (ndc).

The workbook is designed for exactly 10 parts, 3 operators, and 3 repeated trials per operator. It does not support a nested design, missing observations, unequal replication, a different number of parts/operators/trials, or the average-and-range Gage R&R method.

Inputs and units

The grid has 10 rows (one per part) and nine numeric measurement columns: three trials for Operator 1, three for Operator 2, and three for Operator 3. All 90 measurements are required. Values may use any consistent measurement unit; all standard-deviation outputs retain that unit and all sums of squares use its square.

Governing relationships

Let p = 10 parts, o = 3 operators, and r = 3 trials. The workbook partitions total sum of squares into part, operator, part-by-operator interaction, and repeatability error components. With the corresponding ANOVA mean squares, it estimates:

  • sigma_e^2 = MS_error;
  • sigma_po^2 = max(0, (MS_part×operator - MS_error) / r);
  • sigma_o^2 = max(0, (MS_operator - MS_part×operator) / (p*r));
  • sigma_p^2 = max(0, (MS_part - MS_part×operator) / (o*r)).

The negative variance-component estimates produced by sampling noise are floored at zero. The combined terms are

  • sigma_reproducibility^2 = sigma_o^2 + sigma_po^2;
  • sigma_gage^2 = sigma_e^2 + sigma_reproducibility^2;
  • sigma_total^2 = sigma_gage^2 + sigma_p^2.

Contribution percentages divide each variance by sigma_total^2. Study-variation percentages divide the corresponding standard deviation by sigma_total. The workbook calculates ndc = 1.41 * sigma_part / sigma_gage; it reports the computed decimal rather than truncating it to an integer.

Calculation sequence

  1. Average all 90 readings and compute part means, operator means, cell means, and the ANOVA sums of squares.
  2. Divide by the fixed design degrees of freedom to obtain part, operator, interaction, and residual mean squares.
  3. Recover the four nonnegative variance components and their standard deviations.
  4. Form combined gage and total variation, then calculate contribution and study-variation shares.
  5. Apply the editable study-variation bands: up to 10% is Acceptable, above 10% through 30% is Marginal, and above 30% is Not acceptable.
  6. Calculate ndc and populate the variation-components chart.

Outputs and interpretation

Repeatability is equipment variation under the same part/operator combination. Reproducibility combines operator-to-operator and part-by-operator interaction variation. Part variation is the signal the measurement system is intended to distinguish. Contribution percentages are variance shares; study-variation percentages are standard-deviation shares and therefore are not numerically interchangeable. Read the verdict with ndc and the component breakdown rather than as a standalone approval.

Validation and status logic

The workbook evaluates status in this order:

Condition Returned status
Fewer than 90 numeric grid cells NOT VALID: every cell in the measurement grid must contain a number
Total estimated variation is zero or negative NOT VALID: the data has no variation
Gage R&R exceeds 30% of study variation CHECK: gage R and R exceeds 30% of study variation, the measurement system is not acceptable
ndc < 5 CHECK: fewer than 5 distinct categories, the gage cannot resolve the parts well
None of the above OK

The complete-grid condition takes precedence over every analytical result. A CHECK is a computed study that fails a customary review threshold, not a connection or input-shape error.

Assumptions and limitations

The crossed ANOVA assumes representative parts, repeat measurements made under repeatability conditions, independent approximately normal errors, stable measurement behavior, and operators who all measure every part. The fixed 10-by-3-by-3 design cannot be resized. Flooring negative variance estimates is conventional but can conceal that sampling variation made a component indistinguishable from zero. The verdict bands are guidance stored in the workbook, not a reproduced standard or a universal acceptance rule. The decimal ndc should not be mistaken for the conventional truncated category count used by some tools.

Restrictions and non-computing states

The workbook is restricted to its fixed 10-part, 3-operator, 3-trial crossed design and cannot be resized. Missing observations, invalid tolerance settings, or inputs outside the published limits produce a non-computing state identified by the status message.

Errors and warnings

A malformed or incorrectly shaped grid can be refused by the input rules before calculation. Workbook NOT VALID means the fixed study is incomplete or contains no analyzable variation. Workbook CHECK means ANOVA results exist but the measurement system needs review. A calculation-service or network failure is not a Gage R&R verdict.

References

The workbook derives its relations rather than reproducing any table, chart or figure from a specification, standard or agency publication. The analysis is a standard two-way crossed analysis of variance, and the reported percentages and category count follow the conventional definitions.

The 10 / 30 percent acceptance bands and the minimum of five distinct categories are widely used conventions rather than provisions reproduced here. The AIAG Measurement Systems Analysis reference manual is the usual source in automotive work; this tool does not implement it and its tables are not reproduced. No trademark or organisation name appearing here implies endorsement by its owner.

Additional source notes migrated from Methodology

The workbook uses the expected-mean-square relationships for a two-factor crossed ANOVA with replication and the customary 1.41 * sigma_part / sigma_gage ndc relationship. It uses no tabulated Gage R&R constants and claims no endorsement by AIAG or another standards body; see the dedicated References section.

Frequently asked questions

Why are there two percentages for the same gauge, and which one matters?
Because one is computed from variances and the other from standard deviations. Percent contribution divides variance by total variance, and those components add to 100. Percent study variation divides standard deviation by total standard deviation, and those do not add to 100 because standard deviations combine in quadrature. The study-variation figure is always larger and less flattering, and it is the one the conventional 10 and 30 percent acceptance bands refer to. In the shipped example the same gauge reads 0.73 percent one way and 8.57 percent the other.
My gauge passed. Does that mean it reads correctly?
No. Gage R&R measures precision, not accuracy. A gauge that reads consistently two units high will pass with excellent numbers because every reading is wrong by the same amount, and nothing in this study would notice. Bias, linearity across the range, and stability over time are separate studies that this tool does not perform, and a complete measurement system analysis needs all of them.
What is the difference between repeatability and reproducibility?
Repeatability is the same operator measuring the same part more than once: the spread that comes from the instrument and the method. Reproducibility is the added spread when different operators measure the same part. They are reported separately because they point to different fixes: high repeatability suggests the gauge or the procedure, high reproducibility suggests training, technique or an ambiguous work instruction.
Why does my excellent gauge score badly?
Most often because the parts chosen for the study are too similar. Percent study variation compares the gauge against the part-to-part spread, so if the ten parts barely differ, the denominator is small and even a fine gauge looks poor. The number of distinct categories has the same dependence. Choose parts that span the range you actually need to distinguish; a study on near-identical parts describes the sample more than the instrument.
What does the number of distinct categories mean?
How many non-overlapping groups the measurement system can reliably sort the parts into over the range studied. A value of one means the gauge cannot separate the parts at all. Five is the usual minimum for a gauge used to control a process. It is computed as 1.41 times the part standard deviation divided by the gauge standard deviation, so it depends on the parts as well as the gauge.
Can I run a study with a different number of parts, operators or trials?
Not here. The layout is fixed at 10 parts, 3 operators and 3 trials, which is the standard crossed design. The tool also does not handle nested designs (needed when the test destroys the part, so no part can be measured twice) or attribute agreement studies for pass/fail gauges.
This page is provided by LogicCommons for informational purposes only. Results are analysis outputs computed from the inputs you supply and are not engineering advice, a design, or a substitute for review by a licensed professional under the codes adopted where the work is built. Verify all inputs and results independently.

LogicCommons is in beta. If a result, label, or reference looks wrong, tell us here; we read every message.