Learn R Programming

BSDA (version 0.1)

Allergy: Allergy medicines by adverse events

Description

Data used in Exercise 8.22

Usage

Allergy

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
attach(Allergy)
X <- as.matrix(Allergy[1:3,2:4])
chisq.test(X)
Xr <- as.matrix(Allergy[2:3,2:4])
chisq.test(Xr)
detach(Allergy)

Run the code above in your browser using DataLab