Last updated: 2021-01-19

Checks: 2 0

Knit directory: uci_covid_modeling2/

This reproducible R Markdown analysis was created with workflowr (version 1.6.2.9000). 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 518b7bf. 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:    .DS_Store
    Ignored:    .Rhistory
    Ignored:    .Rproj.user/
    Ignored:    analysis/.DS_Store
    Ignored:    code/.DS_Store
    Ignored:    code/.Rhistory
    Ignored:    code/models/.DS_Store
    Ignored:    code/models/model_death_reporting_delay/.DS_Store
    Ignored:    code/models/model_no_reporting_delay/.DS_Store
    Ignored:    code/results/.DS_Store
    Ignored:    code/results/2020-11-01_2020-12-06/.DS_Store
    Ignored:    code/results/2020-11-01_2020-12-06/anaheim/.DS_Store
    Ignored:    code/results/2020-11-08_2020-12-13/.DS_Store
    Ignored:    data/.DS_Store
    Ignored:    data/from_OCHCA/

Untracked files:
    Untracked:  analysis/2020-12-09_2021-01-13.Rmd
    Untracked:  analysis/2020-12-09_2021-01-13_anaheim.Rmd
    Untracked:  analysis/2020-12-09_2021-01-13_irvine.Rmd
    Untracked:  analysis/2020-12-09_2021-01-13_santa-ana.Rmd
    Untracked:  code/Untitled.R
    Untracked:  code/fit_new_model_command_args.R
    Untracked:  code/results/2020-12-02_2021-01-06/forecast_no_delay.rds
    Untracked:  code/results/2020-12-02_2021-01-06/original_no_delay.rds
    Untracked:  code/results/2020-12-09_2021-01-13/
    Untracked:  explore_environments.R
    Untracked:  explore_reporting_delay.R
    Untracked:  tweets.R

Unstaged changes:
    Modified:   analysis/_site.yml
    Modified:   code/process_ochca_data.R
    Modified:   data/data_for_calcat.csv
    Modified:   data/oc_city_data.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 518b7bf Damon Bayer 2021-01-12 Small plot tweaks
html b3e230f Damon Bayer 2021-01-12 Show Probability of Death Reporting in Model Inputs Plots
html 63bcbfd Damon Bayer 2021-01-11 2021-01-11 Update, Close #2, Account for Death Reporting Delays
html 68805a0 Damon Bayer 2021-01-06 Fix Icons
html f70916b Damon Bayer 2021-01-06 2021-01-14 City & County Updates
Rmd d4cbb1a Damon Bayer 2020-12-29 about page update (Close #5)
html d4cbb1a Damon Bayer 2020-12-29 about page update (Close #5)
html 5c9b537 Damon Bayer 2020-12-29 City Reports
Rmd dcffe20 Damon Bayer 2020-12-16 Initial Commit
html dcffe20 Damon Bayer 2020-12-16 Initial Commit
Rmd 6e35bec Damon Bayer 2020-12-09 Start workflowr project.

About

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.

         

Authors

Damon Bayer, Isaac Goldstein, and Vladimir N. Minin
Department of Statistics, University of California, Irvine

Jon Fintzi, Keith Lumbard, and Emily Ricotta
National Institute of Allergy and Infectious Diseases

Richard Chhuon, Alissa Dratch, Matthew Zahn
Orange County Health Care Agency

Contact

Vladimir Minin

Methodology

Data

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.

Statistical methodology

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.

Software

We used the R software environment, tidyverse and workflowr packages for this website. Our analysis was conducted in stemr.