case0401(Sleuth2)
case0401()所属R语言包:Sleuth2
Space Shuttle
航天飞机
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The number of space shuttle O-ring incidents for 4 space shuttle launches when the air temperatures was below 65 degrees F and for 20 space shuttle launches when the air temperature was above 65 degrees F.
4航天飞机航天飞机O型圈事件时启动的空气温度低于65摄氏度和20航天飞机发射时的空气温度为华氏65度以上
用法----------Usage----------
case0401
格式----------Format----------
A data frame with 24 observations on the following 2 variables.
24个观察以下2个变量的数据框。
Incidentsthe number of O-ring incidents
IncidentsO-环数的事件
Launchfactor variable with two levels—"Cool" and "Warm"
Launch因子变量与水平,"Cool"和"Warm"
源----------Source----------
Ramsey, F.L. and Schafer, D.W. (2002). The Statistical Sleuth: A Course in Methods of Data Analysis (2nd ed), Duxbury.
拉姆齐,F.L.和Schafer,D.W. (2002年)。的统计的猎犬:A课程方法的数据分析(第二版),达克斯伯里。
参考文献----------References----------
Feynman, R.P. (1988). What do You Care What Other People Think? W. W. Norton.
参见----------See Also----------
ex2011, ex2223
ex2011,ex2223
实例----------Examples----------
str(case0401)
stem(subset(case0401, Launch=="Cool", Incidents, drop=TRUE))
stem(subset(case0401, Launch=="Warm", Incidents, drop=TRUE))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|