E4.11(SenSrivastava)
E4.11()所属R语言包:SenSrivastava
Data on Cost of Repairing Starters, Ring Gears or Both in Diesel Engines
成本的修复起动器,齿环,无论是在柴油发动机的数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The E4.11 data frame has 133 rows and 2 columns.
E4.11数据框有133行2列。
用法----------Usage----------
data(E4.11)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
a numeric vector, the repair cost in dollars.
一个数值向量,在美元的维修费用。
a factor with levels Both Ring gear Starter, the type of part being repaired.
同级别的因素BothRing gearStarter,部分的类型修复。
源----------Source----------
M.R.Khavanin, Department of Mechanical Engineering, University of Illinois at Chicago.
MRKhavanin,在芝加哥,伊利诺伊大学机械工程学系。
实例----------Examples----------
data(E4.11)
E4.11.m1 <- lm(Cost ~ Part - 1, data=E4.11)
summary(E4.11.m1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|