Learn R Programming

DDPM (version 0.1.0)

Accidents to Connecticut general driver: The data show the frequency distribution of accidents to Connecticut general driver

Description

The function gives the frequency distribution of accidents to Connecticut general drivers.

Usage

data_connecticut

Value

data_connecticut gives the frequency distribution of accidents to Connecticut general drivers.

Arguments

data_connecticut

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 frequency distribution of accidents to Connecticut general drivers. They were used by Xekalaki (1984) and fitted by the bivariate generalized Waring distribution.

References

Xekalaki, E. (1984). The bivariate generalized Waring distribution and its application to accident theory. Journal of the Royal Statistical Society: Series A (General), 147(3), 488-498.

See Also

data_belfast, data_acci

Examples

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

Run the code above in your browser using DataLab