Fatality Rates {DataSetsUni} | R Documentation |
The data consists of COVID-19 falality rates of Saudi Arabia
Description
The function allows to provide the COVID-19 fatality rates in Saudi Arabia. These measurements were taken over 37 days, beginning on June 27 and ending on August 2, 2021.
Usage
data_fatCOVID
Arguments
data_fatCOVID |
A vector of (non-negative integer) values. |
Details
The data consists of the COVID-19 fatality rates in Saudi Arabia. These measurements were taken for 37 days, beginning on June 27 and ending on August 2, 2021. Recently, it is used by Alshanbari et al. (2022) and fitted the novel type I half-logistic Burr-Weibull distribution.
Value
data_fatCOVID gives the COVID-19 fatality rates in Saudi Arabia.
Author(s)
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
References
Alshanbari, H. M., Odhah, O. H., Almetwally, E. M., Hussam, E., Kilai, M., & El-Bagoury, A. A. H. (2022). Novel Type I Half Logistic Burr-Weibull Distribution: Application to COVID-19 Data. Computational and Mathematical Methods in Medicine, 2022.
See Also
data_COVIDDeath, data_COVID19MH, data_COVIDmor
Examples
x<-data_fatCOVID
summary(x)