Learn R Programming

DDPM (version 0.1.0)

Fatalities in the open: The data show the number of lightning fatalities in Louisiana caused by out in the open

Description

The function gives the number of lightning fatalities in Louisiana caused out in the open.

Usage

data_ofatality

Value

data_ofatality gives the number of lightning fatalities in Louisiana caused by out in the open.

Arguments

data_ofatality

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 number of lightning fatalities in Louisiana caused out in the open per year from 1995 through 2012. They were used by Beckett et al. (2014) and fitted by the zero-inflated Poisson (ZIP) distribution.

References

Beckett, S., Jee, J., Ncube, T., Pompilus, S., Washington, Q., Singh, A., & Pal, N. (2014). Zero-inflated Poisson (ZIP) distribution: Parameter estimation and applications to model data from natural calamities. Involve, a Journal of Mathematics, 7(6), 751-767.

See Also

data_bfatality

Examples

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

Run the code above in your browser using DataLab