Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 7.45

Usage

Monoxide

Arguments

Format

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

manufac

a numeric vector

compet

a numeric vector

Examples

Run this code
# NOT RUN {
str(Monoxide)
attach(Monoxide)
t.test(manufac,compet)
wilcox.test(manufac,compet)
detach(Monoxide)
# }

Run the code above in your browser using DataLab