Learn R Programming

DDPM (version 0.1.0)

Suicides per day: The data show the number of suicides per day during lockdown

Description

The function gives the number of suicides per day during lockdown.

Usage

data_suicides

Value

data_suicides gives the number of suicides per day during the lockdown.

Arguments

data_suicides

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 suicides per day during lockdown. Recently, they were used by Rahman et al. (2022) and fitted by the three-inflated Poisson distribution.

References

Rahman, T., Hazarika, P. J., Ali, M. M., & Barman, M. P. (2022). Three-inflated Poisson distribution and its application in suicide cases of India during Covid-19 pandemic. Annals of Data Science, 9(5), 1103-1127.

See Also

data_absen

Examples

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

Run the code above in your browser using DataLab