Learn R Programming

BSDA (version 0.1)

Region: Pollution index taken in three regions of the country

Description

Data for Exercise 10.26

Usage

Region

Arguments

source

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

Examples

Run this code
str(Region)
attach(Region)
boxplot(Index~Region)
anova(lm(Index~as.factor(Region)))
detach(Region)

Run the code above in your browser using DataLab