Pollutio {BSDA}R Documentation

Air pollution index for 15 randomly selected days for a major western city

Description

Data for Exercise 5.59

Usage

Pollutio

Format

A data frame with 15 observations on the following variable.

inde
a numeric vector

Source

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

Examples

str(Pollutio)
attach(Pollutio)
EDA(inde)
t.test(inde,conf.level=.98)$conf
detach(Pollutio)

[Package BSDA version 0.1 Index]