Learn R Programming

GLMsData (version 1.4)

polyps: The number of polyps and suldinac

Description

The number of polyps in people with familial adenomatous polyposis, after being given a placebo or a new drug

Usage

data(polyps)

Arguments

Format

A data frame with 20 observations on the following 3 variables.

Number

the number of polyps; a numeric vector

Treatment

the treatment group; a factor with levels Drug (suldinac), Placebo

Age

the age of the person; a numeric vector

Details

The data give the number of polyps in people with famial adenomatous polyposis, after being given a placebo or a new drug (suldinac).

References

F. N. Giardiello, S. R. Hamilton, A. J. Krush, S. Piantadosi, L. M. Hylind, P. Celano, S. V. Booker, C. R. Robinson, and G. J. A. Offerhaus (1993) Treatment of colonic and rectal adenomas with suldindac in famial adenomatous polyposis, New England Journal of Medicine, 328(18), 1313--1316.

S. Piantadosi (1997) Clinical trials: A methodologic perspective, New York: John Wiley and Sons.

Examples

Run this code
data(polyps)
coplot( Number ~ Age | Treatment, data=polyps )

Run the code above in your browser using DataLab