GRRGI-package {GRRGI} | R Documentation |
Calculates components of Variance for Gauge R and R Studies using ANOVA and Maximum Likelihood. Also generates the confidence intervals using the Satterthwaite approximation with the ANOVA, and using the method of Generalized Inference with the maximum likelihood. Also generates line plots to compare the Satterthwaite and Generalized Inference confidence limits.
Package: | GRRGI |
Type: | Package |
Version: | 1.0 |
Date: | 2008-12-28 |
License: | GPL-2 |
LazyLoad: | yes |
Gauge R and R data need to be in a matrix with columns named 'resp', 'part' and 'operator'. Example of data sets are provided in 'HWstudy1' and 'HWstudy2'.
'anovasat' calculates the components of variance using ANOVA and the the confidence intervals for repeatability, reproducibility and total gauge using the Satterthwaite approximation.
'MLGI' calculates the components of Variance using maximum likelihood and the the confidence intervals using the method of generalized inference.
Walter Resch walt55128@msn.com
Package is based on Michael Hamada and Sam Weerandi (July 2000) Measurement System Assessment Via Generalized Inference, Journal of Quality Technology 32, 241-253
MLGI
,
anovasat
,
intsignif
,
RRgraph
,
ratiograph
data(HWstudy1) sat<-anovasat(HWstudy1,0.95) ML<-MLGI(HWstudy1,0.95,1000) intsignif(HWstudy1) RRgraph(sat,ML) ratiograph(sat,ML)