| CrohnD | R Documentation |
Crohn's Disease Adverse Events Data
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).
Usage
data(CrohnD, package="robustbase")
Format
A data frame with 117 observations on the following 9 variables.
IDthe numeric patient IDs
nrAdvEthe number of adverse events
BMIBody MASS Index, i.e.,
weight[kg] / (height[m])^2.heightin cm
countrya factor with levels
0and1sexthe person's gender, a binary factor with levels
MFagein years, a numeric vector
weightin kilograms, a numeric vector
treathow CD was treated: a factor with levels
0,1and2, meaning placebo, drug 1 and drug 2.
Source
form the authors of the reference, with permission by the original data collecting agency.
References
Serigne N. Lô and Elvezio Ronchetti (2006). 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)))