US_COVID: US number of new COVID-19 cases

Description Usage Format Details Source References Examples

Description

Dataset for weibull4 package. This dataset contain the number of the US' new daily cases of COVID-19 to be fitted to the 4-parameters Weibull distribution in weibull4 package with modes=2, in order to fit to the second wave of COVID-19 infections.

Usage

1
data("US_COVID")

Format

A data frame with 336 observations on the following 2 variables.

date

US_COVID$date

new_cases

US_COVID$new_cases

new_deaths

US_COVID$new_deaths

Details

x values are in Date format. So, xmax must be as.Date()

Source

"https://covid.ourworldindata.org/data/owid-covid-data.csv"

References

Roser M, Ritchie H, Ortiz-Ospina E, Hasel J. Coronavirus Pandemic (COVID-19) [Internet]. 2020 [cited 2020 May 15]. Available from: https://ourworldindata.org/coronavirus

Examples

1
2
data(US_COVID)
## maybe str(US_COVID) ; plot(US_COVID) ...

weibull4 documentation built on Jan. 26, 2021, 1:06 a.m.

Related to US_COVID in weibull4...