Learn R Programming

BSDA (version 1.2.2)

Iceberg: Number of icebergs sighted each month south of Newfoundland and south of the Grand Banks in 1920

Description

Data for Exercise 2.46 and 2.60

Usage

Iceberg

Arguments

Format

A data frame with 12 observations on three variables

month

a character variable with abbreviated months of the year

Newfoundland

number of icebergs sighted south of Newfoundland

Grand Banks

number of icebergs sighted south of Grand Banks

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

plot(Newfoundland ~ `Grand Banks`, data = Iceberg)
abline(lm(Newfoundland ~ `Grand Banks`, data = Iceberg), col = "blue")

Run the code above in your browser using DataLab