Learn R Programming

DDPM (version 0.1.0)

Accidents shrapnel shop: The data show the observed number of accidents in a 60-lb shrapnel shop

Description

The function gives the observed number of accidents in a 60-lb shrapnel shop.

Usage

data_accide

Value

data_accide gives the observed number of accidents in a 60-lb shrapnel shop.

Arguments

data_accide

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data show the observed number of accidents in a 60-lb shrapnel shop. They were used by Greenwood and Yule (1920) and underlined an inquiry into the nature of frequency distributions.

References

Greenwood, M., & Yule, G. U. (1920). An inquiry into the nature of frequency distributions representative of multiple happenings with particular reference to the occurrence of multiple attacks of disease or of repeated accidents. Journal of the Royal Statistical Society, 83(2), 255-279.

See Also

data_indusacci

Examples

Run this code
x<-data_accide
summary(x)
table (x)

Run the code above in your browser using DataLab