babyboom(UsingR)
babyboom()所属R语言包:UsingR
Babyboom: data for 44 babies born in one 24-hour period.
Babyboom:44名婴儿出生在一个24小时内的数据。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The babyboom dataset contains the time of birth, sex, and birth weight for 44 babies born in one 24-hour period at a hospital in Brisbane, Australia.
babyboom数据集包含出生的时候,性别,出生体重为44,澳大利亚布里斯班的一家医院出生的婴儿在24小时内。
用法----------Usage----------
data(babyboom)
格式----------Format----------
A data frame with 44 observations on the following 4 variables.
44观察以下4个变量的数据框。
clock.time Time on clock
clock.time时钟上的时间
gender a factor with levels girl boy
性别的因素与水平girlboy
wt weight in grams of child
儿童克(重量)的重量在
running.time minutes after midnight of birth
午夜后出生的running.time分钟
源----------Source----------
This data set was submitted to the Journal of Statistical Education, http://www.amstat.org/publications/jse/secure/v7n3/datasets.dunn.cfm, by Peter K. Dunn.
该数据集被提交给杂志统计教育,http://www.amstat.org/publications/jse/secure/v7n3/datasets.dunn.cfm,由Peter K.邓恩。
实例----------Examples----------
data(babyboom)
hist(babyboom$wt)
hist(diff(babyboom$running.time))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|