Last updated: 2020-11-10
Checks: 2 0
Knit directory: uci_covid_modeling/
This reproducible R Markdown analysis was created with workflowr (version 1.6.2). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.
Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.
Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.
The results in this page were generated with repository version 4f87c12. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.
Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish
or wflow_git_commit
). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:
Ignored files:
Ignored: .Rhistory
Ignored: .Rproj.user/
Ignored: analysis/aug12_sept16_cache/
Ignored: analysis/aug17_sep21_cache/
Ignored: analysis/aug28_oct02_cache/
Ignored: analysis/aug2_sept6_cache/
Ignored: analysis/aug7_sept11_cache/
Ignored: analysis/index_cache/
Ignored: analysis/jul18_aug22_cache/
Ignored: analysis/jul24_aug28_cache/
Ignored: analysis/jul28_sept1_cache/
Ignored: analysis/sept02_oct09_cache/
Ignored: analysis/sept11_oct16_cache/
Ignored: analysis/sept18_oct23_cache/
Untracked files:
Untracked: analysis/sept18_oct23.Rmd
Untracked: code/SEIeIpRD/oc/2020-09-25_2020-10-30/
Unstaged changes:
Modified: analysis/_site.yml
Modified: analysis/index.Rmd
Modified: code/file_list.R
Modified: data/data_for_calcat.csv
Modified: data/oc_data.csv
Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.
These are the previous versions of the repository in which changes were made to the R Markdown (analysis/about.Rmd
) and HTML (docs/about.html
) files. If you’ve configured a remote Git repository (see ?wflow_git_remote
), click on the hyperlinks in the table below to view the files as they were in that past version.
File | Version | Author | Date | Message |
---|---|---|---|---|
html | 05959a1 | igoldsteinh | 2020-11-02 | november 2nd update |
html | 93559b8 | igoldsteinh | 2020-10-26 | October 26th Update |
html | bdb793f | igoldsteinh | 2020-10-21 | really fixed the archived post problem |
html | 14f388c | igoldsteinh | 2020-10-21 | Fixing displaying archived posts |
Rmd | 74b96fb | vnminin | 2020-09-19 | added link to OC COVID Trends website and added logos to about page |
html | 74b96fb | vnminin | 2020-09-19 | added link to OC COVID Trends website and added logos to about page |
html | d7bda0b | vnminin | 2020-09-14 | rebuilt everything just in case |
html | 246fc9c | vnminin | 2020-09-13 | fixed cachign issue with prevalence plot and rounded off prevalence a bit |
Rmd | 9de0db7 | vnminin | 2020-09-12 | about page edits |
html | 9de0db7 | vnminin | 2020-09-12 | about page edits |
html | 5c6a0d9 | vnminin | 2020-09-12 | resolved conflidt |
html | 2b665a5 | vnminin | 2020-09-12 | tried to add google analytics unsuccessfully yet |
Rmd | 5cbf476 | vnminin | 2020-09-08 | got rid of caching warnings in the most recent archived report |
html | 5cbf476 | vnminin | 2020-09-08 | got rid of caching warnings in the most recent archived report |
Rmd | 223d72f | igoldsteinh | 2020-09-08 | arxiv link! |
html | 223d72f | igoldsteinh | 2020-09-08 | arxiv link! |
Rmd | 7572050 | igoldsteinh | 2020-09-01 | README and about page updates |
html | 7572050 | igoldsteinh | 2020-09-01 | README and about page updates |
html | 4be982d | igoldsteinh | 2020-08-28 | Update about.html |
Rmd | c762f18 | igoldsteinh | 2020-08-28 | added software to about, made vladimir the contact |
html | 33f234e | vnminin | 2020-08-27 | some formatting |
html | 2780db7 | igoldsteinh | 2020-08-27 | updated about page with proper header |
Rmd | a07b913 | igoldsteinh | 2020-08-26 | fixed model graphic, fixed legend sizes, fixed readme, added about |
html | a07b913 | igoldsteinh | 2020-08-26 | fixed model graphic, fixed legend sizes, fixed readme, added about |
Rmd | 8d52b42 | igoldsteinh | 2020-08-26 | more updates to website |
html | 8d52b42 | igoldsteinh | 2020-08-26 | more updates to website |
Rmd | 79a6fd6 | igoldsteinh | 2020-08-26 | updating about and license, experimenting with figure size |
html | 79a6fd6 | igoldsteinh | 2020-08-26 | updating about and license, experimenting with figure size |
html | 8abe830 | igoldsteinh | 2020-08-06 | fixed figure length, updated, tried a readme |
Rmd | 99d68f7 | igoldsteinh | 2020-07-29 | bare bones report |
html | 99d68f7 | igoldsteinh | 2020-07-29 | bare bones report |
Rmd | 792b89a | vnminin | 2020-07-27 | Start workflowr project. |
This website provides reports on the dynamics and future trends of spread of SARS-CoV-2 in Orange County, CA. Please visit the github for details on the code, and read the manuscript associated with this endeavor for further methodological details.
We use data provided by OCHCA. An aggregated version of our data is available in the github. Crucially, we exclude repeat tests given to patients who test positive (which happens when patients are hospitalized). Our data may not correspond with publicly available data.
We also do not analyze data in real time. This is because case, test, and death counts are often updated retroactively, and we wish to give data collectors time to provide complete results. Typically, there will be at least a ten day gap between the present day and the final date analyzed in the most recent report.
Our analysis relies on a six compartment mechanistic model of the pandemic. We then use Bayesian inference to provide inference on key disease dynamics and make predictions on future observed cases and deaths. Further descriptions of the methodology are available in the manuscript.