| CrohnD {robustbase} | R Documentation |
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).
data(CrohnD)
A data frame with 117 observations on the following 9 variables.
IDnrAdvEBMIheightcountry0 and 1sexM Fageweighttreat0, 1 and 2, meaning placebo, drug~1 and drug~2.form the authors of the reference, with permission by the original data collecting agency.
Serigne N. L^o and Elvezio Ronchetti (2006). Robust Second Order Accurate Inference for Generalized Linear Models. Technical report, University of Geneva, Switzerland.
data(CrohnD) str(CrohnD) with(CrohnD, ftable(table(sex,country, treat)))