powered by
Data.frame
data(shipDamage)
The data frame has 20 rows and 5 variables:
Type of ship
Year of construction
Period of operation
Aggregate months of service
Number of damage incidents
Cargo carrying vessel's damage to the forward section due to waves. These data are only for the period of operation 1975 to 1979.
McCullagh, P. and Nelder, J.A. (1989) Generalized Linear Models. 2nd Edition, Chapman and Hall, London.
data("shipDamage", package='syllogi') str(shipDamage)
Run the code above in your browser using DataLab