ss.ca.yield(SixSigma)
ss.ca.yield()所属R语言包:SixSigma
Main calculations regarding The Voice of the Process in SixSigma: Yield, FTY, RTY, DPMO
的主要计算过程中SixSigma之声:产量,FTY,RTY,DPMO
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the Yield, First Time Yield, Rolled Throughput Yield and Defects per Million Opportunities of a process.
计算每百万机会的过程中,第一次产量,产量轧制的吞吐量产量和缺陷。
用法----------Usage----------
ss.ca.yield(defects = 0, rework = 0, opportunities = 1)
参数----------Arguments----------
参数:defects
A vector with the number of defects in each product/batch, ...
的向量的缺陷的数量在每个产品/批,...
参数:rework
A vector with the number of items/parts reworked
一个向量返工的项目/部件的数量
参数:opportunities
A numeric value with the size or length of the product/batch
的产品/批次的大小或长度的数值与
Details
详细信息----------Details----------
The three arguments must have the same length.
的三个参数,必须具有相同的长度。
值----------Value----------
参数:Yield
Number of good stuff / Total items
好东西数/总笔数
参数:FTY
(Total - scrap - rework) / Total
(总计 - 废料 - 返工)/总
参数:RTY
prod(FTY)
产品(FTY)
参数:DPMO
Defects per Million Opportunities
每百万机会缺陷
(作者)----------Author(s)----------
Emilio L. Cano
参考文献----------References----------
Wiley Pub.<br>
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>
实例----------Examples----------
ss.ca.yield(c(3,5,12),c(1,2,4),1915)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|