RnD on covid-19 dashboard

Md. Ismail Hossain

2020-04-21

Growth Rate formula:

https://pages.uoregon.edu/rgp/PPPM613/class8a.htm

State with highest growth rate (Confirmed Case) in last 3 days:

#> # A tibble: 61 x 2
#>    State        mean_growth_rate
#>    <chr>                   <dbl>
#>  1 North Dakota            14.3 
#>  2 Nebraska                11.5 
#>  3 Ohio                    11.3 
#>  4 Iowa                    10.7 
#>  5 South Dakota             7.65
#>  6 Virginia                 7.44
#>  7 Minnesota                7.21
#>  8 Delaware                 7.07
#>  9 Rhode Island             7.05
#> 10 Kentucky                 6.75
#> # ... with 51 more rows

State with highest growth rate (Death) in last 3 days:

#> # A tibble: 61 x 2
#>    State             mean_growth_rate_death
#>    <chr>                              <dbl>
#>  1 US Virgin Islands                   50  
#>  2 Maryland                            16.7
#>  3 West Virginia                       15.6
#>  4 New York                            15.5
#>  5 Pennsylvania                        14.7
#>  6 Montana                             14.3
#>  7 Rhode Island                        12.7
#>  8 Minnesota                           12.2
#>  9 Massachusetts                       11.1
#> 10 Virginia                            10.0
#> # ... with 51 more rows