aircond(rpanel)
aircond()所属R语言包:rpanel
Intervals between the failure of air-conditioning equipment in aircraft
空气调节设备的故障之间的时间间隔,在飞机
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These data, reported by Proschan (1963, Technometrics 5, 375-383), refer to the intervals, in service-hours, between failures of the air-conditioning equipment in a Boeing 720 aircraft. (Proschan reports data on 10 different aircraft. The data from only one of the aircraft is used here. Cox and Snell (1981, Applied Statistics: principles and examples, Chapman and Hall, London) discuss the analysis of the data on all 10 aircraft.)
Proschan报告(1963年,品质管理5,375-383),这些数据,请参阅的间隔,在服务时,在波音720飞机之间的空气调节设备的故障。 (Proschan报告数据对10种不同的飞机,其中一架飞机的数据,这里使用的是Cox和Snell(1981年,应用统计原理和例子,查普曼和霍尔,伦敦)讨论的数据分析,在所有的10架飞机。)
The dataset consists of a single vector of data.
该数据集包括一个单一的矢量数据。
The data are used in the rp.likelihood example script.
该数据用于在rp.likelihood示例脚本。
参考文献----------References----------
rpanel: Simple interactive controls for R functions using the tcltk package. Journal of Statistical Software, 17, issue 9.
实例----------Examples----------
if (interactive()) {
data(aircond)
hist(aircond)
rp.likelihood("dexp(data, theta)", aircond, 0.005, 0.03)
rp.likelihood("dgamma(data, theta[1], theta[2])",
aircond, c(0.3, 0.005), c(3, 0.06))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|