Learn R Programming

robustbase (version 0.5-0-1)

CrohnD: 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)

Arguments

source

form the authors of the reference, with permission by the original data collecting agency.

References

Serigne N. L^o and Elvezio Ronchetti (2006). Robust Second Order Accurate Inference for Generalized Linear Models. Technical report, University of Geneva, Switzerland.

Examples

Run this code
data(CrohnD)
str(CrohnD)
with(CrohnD, ftable(table(sex,country, treat)))

Run the code above in your browser using DataLab