Monoxide {BSDA}R Documentation

Carbon monoxide emitted by smoke stacks of a manufacturer and a competitor

Description

Data for Exercise 7.45

Usage

Monoxide

Format

A data frame with 10 observations on the following 2 variables.

manufac
a numeric vector
compet
a numeric vector

Source

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

Examples

str(Monoxide)
attach(Monoxide)
t.test(manufac,compet)
wilcox.test(manufac,compet)
detach(Monoxide)

[Package BSDA version 0.1 Index]