Capability Indices(SixSigma)
Capability Indices()所属R语言包:SixSigma
Capability Indices
能力指标
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Compute the Capability Indices of a process, Z (Sigma Score), C_p and C_{pk}.
计算过程能力指数,Z(西格玛分数),C_p和C_{pk}。
用法----------Usage----------
ss.ca.cp(x, LSL = NA, USL = NA, LT = FALSE, f.na.rm = TRUE,
ci = FALSE, alpha = 0.05)
ss.ca.cpk(x, LSL = NA, USL = NA, LT = FALSE, f.na.rm = TRUE,
ci = FALSE, alpha = 0.05)
ss.ca.z(x, LSL = NA, USL = NA, LT = FALSE, f.na.rm = TRUE)
参数----------Arguments----------
参数:x
A vector with the data of the process performance
的过程的性能的数据的向量与
参数:LSL
Lower Specification Limit
规格下限
参数:USL
Upper Specification Limit
规格上限
参数:LT
Long Term data (TRUE/FALSE). Not used for the moment
术语的数据(TRUE / FALSE)。不用于快点
参数:f.na.rm
Remove NA data (TRUE/FALSE)
删除NA数据(TRUE / FALSE)
参数:ci
If TRUE computes a Confidence Interval
,如果TRUE计算的置信区间
参数:alpha
Type I error (α) for the Confidence Interval
I型错误(α)的置信区间
值----------Value----------
A numeric value for the index, or a vector with the limits of the Confidence Interval
的数值为索引,或者一个向量的置信区间的限制
(作者)----------Author(s)----------
Emilio L. Cano
参考文献----------References----------
Six Sigma with R. Statistical Engineering for Process Improvement, Use R!, vol. 36. Springer, New York. http://www.springer.com/statistics/book/978-1-4614-3651-5.<br>
(Sixth Edition). New York: Wiley&Sons<br>
参见----------See Also----------
ss.study.ca
ss.study.ca
实例----------Examples----------
ss.ca.cp(ss.data.ca$Volume,740, 760)
ss.ca.cpk(ss.data.ca$Volume,740, 760)
ss.ca.z(ss.data.ca$Volume,740,760)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|