bpd(SemiPar)
bpd()所属R语言包:SemiPar
Bronchopulmonary dysplasia data
支气管肺发育不良数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The bpd data frame has data on 223 human babies.
bpd数据框有223人婴儿的数据。
用法----------Usage----------
data(bpd)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
birthweightbirthweight of baby (grammes).
birthweightbirthweight宝宝(克)。
BPDan indicator of presence of bronchopulmonary dysplasia (BPD): 0=absent, 1=present.
BPDan指标存在支气管肺发育不良(BPD):0 =无,1 =。
源----------Source----------
Pagano, M. and Gauvreau, K. (1993). Principles of Biostatistics. Duxbury Press.
帕加诺,M.和Gauvreau的,K.(1993)。生物统计学原理。达克斯伯里出版社。
参考文献----------References----------
Ruppert, D., Wand, M.P. and Carroll, R.J. (2003)<br> Semiparametric Regression Cambridge University Press.<br> http://stat.tamu.edu/~carroll/semiregbook/
实例----------Examples----------
library(SemiPar)
data(bpd)
attach(bpd)
plot(birthweight,BPD)
boxplot(split(birthweight,BPD),col="green")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|