ss.study.ca(SixSigma)
ss.study.ca()所属R语言包:SixSigma
Graphs and figures for a Capability Study
图表和数字的能力研究
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots a Histogram with density lines about the data of a process. Check normality with qqplot and normality tests. Shows the Specification Limits and the Capability Indices.
绘制直方图与密度线的过程中的数据。检查正常与qqplot和正态性检验。显示规格界限的能力指数。
用法----------Usage----------
ss.study.ca(xST, xLT = NA, LSL = NA, USL = NA, Target = NA,
alpha = 0.05, f.na.rm = TRUE, f.main = "Six Sigma Capability Analysis Study",
f.sub = "")
参数----------Arguments----------
参数:xST
Short Term process performance data
短期的工艺性能数据
参数:xLT
Long Term process performance data
术语的过程性能数据
参数:LSL
Lower Specification Limit of the process
规格下限的过程
参数:USL
Upper Specification Limit of the process
规格上限的过程
参数:Target
Target of the process
过程中的目标
参数:alpha
Type I error for the Confidence Interval
I型错误的置信区间
参数:f.na.rm
If TRUE NA data will be removed
如果是TRUE NA数据将被删除
参数:f.main
Main Title for the graphic output
主标题的图形输出
参数:f.sub
Subtitle for the graphic output
字幕图形输出
值----------Value----------
Figures and plot for Capability Analysis
人物和图能力分析
(作者)----------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
参见----------See Also----------
ss.ca.cp, ~~~
ss.ca.cp~~~
实例----------Examples----------
ss.study.ca(ss.data.ca$Volume, rnorm(40, 753, 3),
LSL = 740, USL = 760, T = 750, alpha = 0.05,
f.sub = "Winery Project")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|