Gage R&R on multiple measurement columns

This macro performs a Gage R&R analysis on multiple measurement columns, using the same part and operator columns. Tolerances can be specified for each measurement column.

Download the Macro

Be sure that Minitab knows where to find your downloaded macro. Choose File > Options > General. Under Macro location browse to the location where you save macro files.

Important

If you use an older web browser, when you click the Download button, the file may open in Quicktime, which shares the .mac file extension with Minitab macros. To save the macro, right-click the Download button and choose Save target as.

Required Inputs

  • Multiple columns of measurement data
  • A column of part indicator values
  • A column of operator indicator values

Optional Inputs

LSL C
Use to specify a column of lower specification limits.
USL C
Use to specify a column of upper specification limits.
Note

If you input 5 measurement columns, then the column(s) containing the specification limits should contain 5 rows, one specification limit for each measurement column. If you have both lower and upper specifications, use both LSL and USL. If you have only a lower specification, only use LSL. If you have only have an upper specification, only use USL.

Running the Macro

Suppose you have 5 columns of measurement (response) data in C5-C9. The part indicators are in C3, and the operator indicator is in C4. To run the macro, choose View > Command Line/History and type:

%GAGELP C3 C4 C5-C9

Click Run.