## Parsed with column specification:
## cols(
## .default = col_double(),
## `Province/State` = col_character(),
## `Country/Region` = col_character()
## )
## See spec(...) for full column specifications.
## Loading required package: sp
## ### Welcome to rworldmap ###
## For a short introduction type : vignette('rworldmap')
## 119 codes from your data successfully matched countries in the map
## 43 codes from your data failed to match with a country code in the map
## 124 codes from the map weren't represented in your data
Taxa de Crescimento
## Parsed with column specification:
## cols(
## .default = col_double(),
## `Province/State` = col_character(),
## `Country/Region` = col_character()
## )
## See spec(...) for full column specifications.
## Parsed with column specification:
## cols(
## .default = col_double(),
## `Province/State` = col_character(),
## `Country/Region` = col_character()
## )
## See spec(...) for full column specifications.
Graficamente teremos
## Parsed with column specification:
## cols(
## .default = col_double(),
## `Province/State` = col_character(),
## `Country/Region` = col_character()
## )
## See spec(...) for full column specifications.
## [1] "Total de Infectados" "272166"
Os modelos epidemilógicos mais simples assumem 4 equações para casos . Tem-se a seguinte configuração de eq. diferencial.
\[\begin{aligned} \frac{dS}{dt} & = -\frac{\beta IS}{N}\\ \\ \frac{dE}{dt} & = \frac{\beta IS}{N} - \kappa E\\ \\ \frac{dI}{dt} & = \kappa E - \gamma I\\ \\ \frac{dR}{dt} & = \gamma I \end{aligned}\]Colocando no modelo
Para os países com o pior nível.
## Parsed with column specification:
## cols(
## .default = col_double(),
## `Province/State` = col_character(),
## `Country/Region` = col_character()
## )
## See spec(...) for full column specifications.
Para o Brasil temos a seguinte configuração
## Parsed with column specification:
## cols(
## .default = col_double(),
## `Province/State` = col_character(),
## `Country/Region` = col_character()
## )
## See spec(...) for full column specifications.
Se for citar este estudo utilize a seguinte referência. Salvador (2020)
Salvador, Pedro Ivo Camacho Alves. 2020. “Análise Quantitativa Da Covid19.” rPUBS 1: 1. https://rpubs.com/pedrosalvador/584906.