Inspect {BSDA}R Documentation

Percent of vehicles passing inspection by type inspection station

Description

Data for Exercise 5.89

Usage

Inspect

Format

A data frame with 6 observations on the following 4 variables.

Type
a factor with levels auto inspection auto repair car care center gas station new car dealer tire store
less70
a numeric vector
X70.85
a numeric vector
great85
a numeric vector

Source

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

Examples

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

[Package BSDA version 0.1 Index]