Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 5.59

Usage

Pollutio

Arguments

Format

A data frame with 15 observations on the following variable.

inde

a numeric vector

Examples

Run this code
# NOT RUN {
str(Pollutio)
attach(Pollutio)
EDA(inde)
t.test(inde,conf.level=.98)$conf
detach(Pollutio)
# }

Run the code above in your browser using DataLab