Learn R Programming

BSDA (version 0.1)

Inspect: Percent of vehicles passing inspection by type inspection station

Description

Data for Exercise 5.89

Usage

Inspect

Arguments

source

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

Examples

Run this code
str(Inspect)
attach(Inspect)
Inspect
chisq.test(Inspect[,2:4])
detach(Inspect)

Run the code above in your browser using DataLab