Argentina COVID {DDPM} | R Documentation |
The data show the daily COVID-19 new cases of Argentina
Description
The function gives the daily number of COVID-19 new cases in Argentina.
Usage
data_argcovid
Arguments
data_argcovid |
A vector of (non-negative integer) count values. |
Details
The data show the daily COVID-19 new cases of Argentina of 80 days, that is recorded from 12 March to 30 May 2020. Recently, they were used by Ibrahim and Almetwally (2021) and fitted by the discrete marshall-Olkin Lomax distribution.
Value
data_argcovid gives the daily number of COVID-19 new cases in Argentina.
Author(s)
Muhammad Imran
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
References
Ibrahim, G. M., & Almetwally, E. M. (2021). Discrete marshall-Olkin lomax distribution application of covid-19. Biomedical journal of Scientific & Technical Research, 32(5), 2021.
See Also
data_COVIDd, data_Algeriacovid, data_Bosniacovid
Examples
x<-data_argcovid
summary(x)
table (x)