How do I perform a gage r&r on two 134x24 datasets?

5 views (last 30 days)
The data sets each contain 24 measured dimensions made on 134 parts of the same type (matrix 134 x 24). One dataset was produced by company 1 the other by company 2. I would like to determine where there are statistically significant difference in the means of the two data sets. I have Matlab R2014a and Statistical Toolbox.

Answers (1)

the cyclist
the cyclist on 29 Apr 2014
Edited: the cyclist on 29 Apr 2014
You can use the gagerr() function.
See the online documentation, or type
doc gagerr
at the command line.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!