Description Usage Format Details Source References Examples
Dataset for weibull4 package. This dataset contain the number of the Brazil's new daily cases and deaths for COVID-19 to be fitted to the 4-parameters Weibull distribution in weibull4 package.
1 | data("Brazil_COVID")
|
A data frame with 349 observations on the following 3 variables.
date
Brazil_COVID$date
new_cases
Brazil_COVID$new_cases
new_deaths
Brazil_COVID$new_deaths
x values are in Date format. So, xmax must be as.Date() too.
"https://covid.ourworldindata.org/data/owid-covid-data.csv"
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
1 2 | data(Brazil_COVID)
## maybe str(Brazil_COVID) ; plot(Brazil_COVID) ...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.