MSA (gage R&R) in R

Hi all

My first post - I hope it is the right place!

I am trying to use R to perform and MSA (gage R&R). However, I have great problems doing this. It seems very involved. One the packages "qualityTools" has a command called "gageRRDesign", but this requires me to enter two or more operators. I want 0 or 1 operator, as this is an automated process.

Any advice how I can do this?

Thanks,
Nicholas

{qualityTools} is no longer on CRAN, so it's inconvenient to inspect the function to see if there is a different way of specifying operators. The {sixsigma} package has a similar function with no default value for operators.

try using the ss.rr function
here's a good article going over it

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.