StateOfCalifornia / CalCAT
- воскресенье, 28 июня 2020 г. в 00:22:50
R
California COVID Assessment Tool
Welcome to the California COVID Assessment Tool (CalCAT). This repository contains an application written in Shiny and for use with any US state to assist in assessing the many different models available for understanding COVID-19 transmission and spread. It brings together several data sources that are publicly available, and can be supplemented with your own data to improve the assessment.
ATTN: This application is designed to run with Rstudio. If you need to download and install Rstudio go here to get started.
cal_cat_data_routine.rmd
where it says state_name <- "California"
Ctrl+Alt+R
This routine will download data for your state from a number of different modeling groups. You can find out more about them in the Technical notes app the application.data/CA
.R
folder which pull the data down when the RMarkdown file is run. You can run this daily to ensure your app has the freshest data.global.R
file and again modifying the state name, now on line 40 (for example state_name <- "Arizona"
).The California version of the app brings together even more publicly available data on cases, deaths, hospitalizations, and bed capacity. Many of these data likely exist in your region. You will need to update these inputs for maximal utility. The app contains some dummy data for these variables (referred to as 'Actuals'), scaled from the New York Times' repository of daily cases and deaths.
We can't wait to see what you do with this. Please fork, edit and send us back as pull requests the changes you'd like to see. Maybe you'll incorporate your own estimator of R-Effective, or add functionality to import data; you could improve on our simple ensemble estimates. Go Wild!
A gift from California with love. “Together, all things are possible.” -- Cesar Chavez