COVID-19 deaths Luxembourg {DDPM}R Documentation

The data show the observed number of COVID-19 daily new deaths in Luxembourg in 2020

Description

The function gives the observed number of COVID-19 daily new deaths in Luxembourg in 2020.

Usage

data_COVIDd

Arguments

data_COVIDd

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

Details

The data show the observed number of COVID-19 daily new deaths in Luxembourg in 2020. Recently, they were used by Junnumtuam et al. (2022) and fitted by the zero and one inflated cosine geometric models.

Value

data_COVIDd gives the observed number of COVID-19 daily new deaths in Luxembourg in 2020.

Author(s)

Muhammad Imran

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

References

Junnumtuam, S., Niwitpong, S. A., & Niwitpong, S. (2022). A zero-and-one inflated cosine geometric distribution and its application. Mathematics, 10(21), 4012.

See Also

data_argcovid, data_Algeriacovid, data_Bosniacovid

Examples

x<-data_COVIDd
summary(x)
table (x)

[Package DDPM version 0.1.0 Index]