bmi.nz(VGAM)
bmi.nz()所属R语言包:VGAM
Body Mass Index of New Zealand Adults Data
身体质量指数,新西兰成人数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The body mass indexes and ages from an approximate random sample of 700 New Zealand adults.
随机抽样的约700新西兰成人的身体质量指数和年龄。
用法----------Usage----------
data(bmi.nz)
格式----------Format----------
A data frame with 700 observations on the following 2 variables.
700观察以下2个变量的数据框。
age a numeric vector; their age (years).
年龄的数值向量,他们的年龄(岁)。
BMI a numeric vector; their body mass indexes, which is their weight divided by the square of their height
BMI一个数值向量,他们的身体质量指数,这是他们自己的身高除以体重的平方
Details
详细信息----------Details----------
They are a random sample from the Fletcher Challenge/Auckland Heart and Health survey conducted in the early 1990s.
他们是弗莱彻挑战/奥克兰心的和健康调查,在20世纪90年代初的一个随机样本。
There are some outliers in the data set.
数据组中的有一些离群值。
A variable gender would be useful, and may be added later.
的变量gender将是有益的,而且以后可能会增加。
源----------Source----------
Clinical Trials Research Unit, University of Auckland, New Zealand, http://www.ctru.auckland.ac.nz.
临床试验研究单位,大学,新西兰奥克兰,http://www.ctru.auckland.ac.nz。
参考文献----------References----------
Cheng, A., Vander Hoorn, S., Milne, A., McCulloch, A. (1995) Fletcher Challenge-University of Auckland Heart & Health Study: design and baseline findings. New Zealand Medical Journal, 108, 499–502.
实例----------Examples----------
## Not run: with(bmi.nz, plot(age, BMI, col = "blue"))[#不运行:(bmi.nz,图(年龄,BMI,列=“蓝”))]
fit = vgam(BMI ~ s(age, df = c(2, 4, 2)), fam = lms.yjn, bmi.nz, trace = TRUE)
qtplot(fit, pcol = "blue", tcol = "brown", lcol = "brown")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|