Allergy {BSDA} | R Documentation |
Allergy medicines by adverse events
Description
Data used in Exercise 8.22
Usage
Allergy
Format
A data frame/tibble with 406 observations on two variables
- event
a factor with levels
insomnia
,headache
, anddrowsiness
- medication
a factor with levels
seldane-d
,pseudoephedrine
, andplacebo
Source
Marion Merrel Dow, Inc. Kansas City, Mo. 64114.
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
T1 <- xtabs(~event + medication, data = Allergy)
T1
chisq.test(T1)
[Package BSDA version 1.2.2 Index]