1
2
3
4
5
#

Name:

Description:

Data frame giving the number of damage incidents and aggregate months of service by ship type, year of construction, and period of operation.

Variables:

type

type: "A" to "E".

year

year of construction: 1960–64, 65–69, 70–74, 75–79 (coded as "60", "65", "70", "75").

period

period of operation : 1960–74, 75–79.

service

aggregate months of service.

incidents

number of damage incidents.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

P. McCullagh and J. A. Nelder, (1983), Generalized Linear Models. Chapman & Hall, section 6.3.2, page 137

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Ships_Damage_Data_1219_62.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.