Learn R Programming

BSDA (version 0.1)

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

Description

Data for Exercise 7.45

Usage

Monoxide

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab