Learn R Programming

DDPM (version 0.1.0)

Covid-19 Bosnia: The data show the daily reported COVID-19 death cases

Description

The function gives the daily reported COVID-19 death cases.

Usage

data_Bosniacovid

Value

data_Bosniacovid gives the daily reported COVID-19 death cases.

Arguments

data_Bosniacovid

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 daily reported COVID-19 death cases from Bosnia and Herzegovina in Europe, recorded between 2 August 2020 to 28 June 2021. They were used by Shibu et al. (2023) and fitted by the zero truncated Katz distribution.

References

Shibu, D. S., Chesneau, C., Monisha, M., Maya, R., & Irshad, M. R. (2023). A novel zero truncated Katz distribution by the Lagrange expansion of the second kind with associated inferences. Analytics, 2(2), 463-484.

See Also

data_argcovid, data_Algeriacovid

Examples

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

Run the code above in your browser using DataLab