COVID-19 New Deaths {DataSetsUni} | R Documentation |
Daily new deaths caused by COVID-19 in the UK
Description
The function allows to provide the number of daily new deaths caused by COVID-19 in the UK from 15 February 2020 to 7 September 2021.
Usage
data_COVIDDeath
Arguments
data_COVIDDeath |
A vector of (non-negative integer) values. |
Details
The data set is the number of daily new deaths caused by COVID-19 in the UK from 15 February 2020 to 7 September 2021. Recently, it is used by Abbas et al. (2023) and fitted new extended Kumaraswamy exponential distribution.
Value
data_COVIDDeath gives the daily new deaths caused by COVID-19 in the UK.
Author(s)
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
References
Abbas, S., Muhammad, M., Jamal, F., Chesneau, C., Muhammad, I., & Bouchane, M. (2023). A New Extension of the Kumaraswamy Generated Family of Distributions with Applications to Real Data. Computation, 11(2), 26.
See Also
data_COVID19MH, data_COVIDfat, data_COVIDmor
Examples
x<-data_COVIDDeath
summary(x)