Learn R Programming

BSDA (version 1.01)

Inspect: Percent of vehicles passing inspection by type inspection station

Description

Data for Exercise 5.89

Usage

Inspect

Arguments

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

Examples

Run this code
# NOT RUN {
str(Inspect)
attach(Inspect)
Inspect
chisq.test(Inspect[,2:4])
detach(Inspect)
# }

Run the code above in your browser using DataLab