Learn R Programming

BSDA (version 1.01)

Carbon: Carbon monoxide level measured at three industrial sites

Description

Data for Exercise 10.28 and 10.29

Usage

Carbon

Arguments

Format

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

SiteA

a numeric vector

SiteB

a numeric vector

SiteC

a numeric vector

monoxide

a numeric vector

Site

a numeric vector

Ranks

a numeric vector

Examples

Run this code
# NOT RUN {
str(Carbon)
attach(Carbon)
boxplot(monoxide~Site)
kruskal.test(monoxide~as.factor(Site))
detach(Carbon)
# }

Run the code above in your browser using DataLab