ss.data.pc.r(SixSigma)
ss.data.pc.r()所属R语言包:SixSigma
Data set for the printer cartridge example, by region
打印机墨盒为例,按区域数据集
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This data set contains data from a simulated process of printer cartridge filling. The dataframe contains defects by region of each type of cartridge.
该数据集包含了从模拟打印机墨盒灌装过程中的数据。数据框包含缺陷的区域,各类型的墨盒。
用法----------Usage----------
data(ss.data.pc.r)
格式----------Format----------
A data frame with 5 observations on the following 4 variables.
一种数据框与5上的以下4个变量的观察。
pc.regions a factor with levels region.1 region.2 region.3 region.4 region.5
pc.regions的一个因素水平region.1region.2region.3region.4region.5
pc.def.a a numeric vector for defects type A
pc.def.a一个数值向量的缺陷,A型
pc.def.b a numeric vector for defects type B
pc.def.b一个数值向量的缺陷B型
pc.def a numeric vector for total defects
pc.def一个数值向量的总缺陷
源----------Source----------
The data have been obtained by the authors by simulation.
作者在数据已经通过以下方式获得,通过仿真。
参考文献----------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>
实例----------Examples----------
data(ss.data.pc.r)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|