CrohnD(robustbase)
CrohnD()所属R语言包:robustbase
Crohn's Disease Adverse Events Data
克罗恩病的不良事件数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Data set issued from a study of the adverse events of a drug on 117 patients affected by Crohn's disease (a chronic inflammatory disease of the intestines).
从研究的药物不良事件117例受克罗恩病(一种慢性炎症性疾病的肠子)发出的数据集。
用法----------Usage----------
data(CrohnD)
格式----------Format----------
A data frame with 117 observations on the following 9 variables.
117观察以下9个变量的数据框。
ID the numeric patient IDs
ID数字患者ID
nrAdvE the number of adverse events
nrAdvE不良事件的数量
BMI Body MASS Index, i.e., weight[kg] / (height[m])^2.
BMI身体质量指数,即,weight[kg] / (height[m])^2。
height in cm
height厘米
country a factor with levels 0 and 1
country水平0和1的一个因素
sex the person's gender, a binary factor with levels
sex人的性别,二进制因素与水平
age in years, a numeric vector
age的岁月里,一个数字矢量
weight in kilograms, a numeric vector
weight公斤,一个数字矢量
treat how CD was treated: a factor with levels
treatCD是如何处理的因素与水平
源----------Source----------
form the authors of the reference, with permission by the original data collecting agency.
形成的参考,作者的原始数据收集机构的许可。
参考文献----------References----------
Robust Second Order Accurate Inference for Generalized Linear Models. Technical report, University of Geneva, Switzerland.
实例----------Examples----------
data(CrohnD)
str(CrohnD)
with(CrohnD, ftable(table(sex,country, treat)))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|