andkov / covid19-country-response

Combines data from OECD database and other source to examine contries' responses to COVID-19 and factors shaping it.
GNU General Public License v2.0
2 stars 0 forks source link

Graph for relating COVID deaths to country characteristic #5

Open andkov opened 4 years ago

andkov commented 4 years ago

We need to see how the curve of COVID deaths relates to a given characteristic.

Current thought: aes(x=time, y = death or rate, group = country, color = country's rank/quartile membership on a given feature (e.g. GDP, education, population age, health system features, etc). A plotly hover showing the country name.

We would like to have a flexible system that would be easy to extend to other characteristics (either from OECD database or some other database) so that we can fish for interesting relationships.

Ideally, we would like to have a simple Shiny App that we can use internally to sift through patterns as we write the paper