shacc | R Documentation |
Accident records for 122 experienced railway shunters across two historical periods.
shacc
A data frame with 122 rows and 2 variables:
Number of accidents during the 6-year period from 1937 to 1942.
Number of accidents during the 5-year period from 1943 to 1947.
This dataset is useful for analyzing accident rates before and after possible policy or operational changes.
Arbous, A. G., & Kerrich, J. E. (1951). Accident statistics and the concept of accident-proneness. Biometrics, 7(4), 340. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.2307/3001656")}
Ghosh, I., Marques, F., & Chakraborty, S. (2025). A form of bivariate binomial conditionals distributions. Communications in Statistics - Theory and Methods, 54(2), 534–553. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1080/03610926.2024.2315294")}
data(shacc)
head(shacc)
plot(shacc$X, shacc$Y, xlab = "Accidents 1937–42", ylab = "Accidents 1943–47")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.