Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Submarin

Number of German submarines sunk by U.S. Navy in World War II


Description

Data for Exercises 2.16, 2.45, and 2.59

Usage

Submarin

Format

A data frame/tibble with 16 observations on three variables

month

month

reported

number of submarines reported sunk by U.S. Navy

actual

number of submarines actually sunk by U.S. Navy

Source

F. Mosteller, S. Fienberg, and R. Rourke, Beginning Statistics with Data Analysis (Reading, MA: Addison-Wesley, 1983).

References

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

Examples

model <- lm(actual ~ reported, data = Submarin)
summary(model)
plot(actual ~ reported, data = Submarin)
abline(model, col = "red")
rm(model)

BSDA

Basic Statistics and Data Analysis

v1.2.0
GPL (>= 2)
Authors
Alan T. Arnholt [aut, cre], Ben Evans [aut]
Initial release
2017-07-29

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.