ss.data.pc.big(SixSigma)
ss.data.pc.big()所属R语言包:SixSigma
Big data set for the printer cartridges example
大数据集的打印机墨盒的例子
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This data set contains data from a simulated process of printer cartridges filling with complete replications.
该数据集包含的数据从模拟的打印机墨盒,填充完整的复制过程。
用法----------Usage----------
data(ss.data.pc.big)
格式----------Format----------
A data frame with 72 observations on the following 5 variables,
72以下5个变量的观测数据框,
filler a factor with levels 1 2 3
filler的一个因素水平123
batch a factor with levels 1 2 3 4
batch的一个因素水平1234
col a factor with levels B C
col的一个因素水平BC
operator a factor with levels 1 2 3
operator的一个因素水平123
volume a numeric vector
volume一个数值向量
源----------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----------
str(ss.data.pc.big)
head(ss.data.pc.big)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|