Last updated: 2020-12-07

Checks: 6 1

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 job! The global environment was empty. Objects defined in the global environment can affect the analysis in your R Markdown file in unknown ways. For reproduciblity it’s best to always run the code in an empty environment.

The command set.seed(20200727) was run prior to running the code in the R Markdown file. Setting a seed ensures that any results that rely on randomness, e.g. subsampling or permutations, are reproducible.

Great job! Recording the operating system, R version, and package versions is critical for reproducibility.

The following chunks had caches available:
  • executive-summary
  • latent-vs-observed-incidence
  • model-inputs
  • ppc-forecasts
  • R0-IFR
  • R0-over-time
  • reading-model-objects
  • reading-sensitivity-objects
  • unnamed-chunk-1
  • unnamed-chunk-2
  • unnamed-chunk-3
  • unnamed-chunk-4
  • unnamed-chunk-5
  • unnamed-chunk-6
  • unnamed-chunk-7
  • unnamed-chunk-8

To ensure reproducibility of the results, delete the cache directory aug2_sept6_cache and re-run the analysis. To have workflowr automatically delete the cache directory prior to building the file, set delete_cache = TRUE when running wflow_build() or wflow_publish().

Great job! Using relative paths to the files within your workflowr project makes it easier to run your code on other machines.

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 d5c81dc. 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/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/oct02_nov06_cache/
    Ignored:    analysis/oct11_nov15_cache/
    Ignored:    analysis/oct18_nov22_cache/
    Ignored:    analysis/sept02_oct09_cache/
    Ignored:    analysis/sept11_oct16_cache/
    Ignored:    analysis/sept18_oct23_cache/
    Ignored:    analysis/sept25_oct30_cache/
    Ignored:    code/SEIeIpRD/city_models_cache/

Untracked files:
    Untracked:  code/SEIeIpRD/oc/2020-10-25_2020-11-29/

Unstaged changes:
    Modified:   analysis/index.Rmd
    Modified:   analysis/oct18_nov22.Rmd
    Modified:   code/file_list.R
    Modified:   data/data_for_calcat.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/aug2_sept6.Rmd) and HTML (docs/aug2_sept6.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
Rmd 1de0adb Damon Bayer 2020-12-07 Fix longstanding error with Reff calculation
html 6d7c7aa igoldsteinh 2020-12-02 situation report december 1
html ad877ed igoldsteinh 2020-11-23 november 23 model update
html e324a63 igoldsteinh 2020-11-18 november 18 update
html 69f46c1 igoldsteinh 2020-11-10 november 09 update
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 bb66666 igoldsteinh 2020-09-21 august07 - sept 11 update
html bb66666 igoldsteinh 2020-09-21 august07 - sept 11 update

Orange County, CA COVID-19 Situation Report, Aug 02 - Sep 06

The goal of this report is to inform interested parties about dynamics of SARS-CoV-2 spread in Orange County, CA and to predict epidemic trajectories. Methodological details are provided below and in the accompanying manuscript.

Summary (statements are made assuming 95% credibility levels)


Abbreviated technical details (optional)

Our approach is based on fitting a mechanistic model of SARS-CoV-2 spread to multiple sources of surveillance data. A more fleshed out method description is in the manuscript.

Model inputs

Our method takes three time series as input: daily new tests, case counts, and deaths. However, we find daily resolution to be too noisy due to delay in testing reports, weekend effect, etc. So we aggregated/binned the three types of counts in 3 day intervals. These aggregated time series are shown below.

Model structure

We assume that all individuals in Orange County, CA can be split into 6 compartments: S = susceptible individuals, E = infected, but not yet infectious individuals, \(\text{I}_\text{e}\) = individuals at early stages of infection, \(\text{I}_\text{p}\) = individuals at progressed stages of infection (assumed 20% less infectious than individuals at the early infection stage), R = recovered individuals, D = individuals who died due to COVID-19. Possible progressions of an individual through the above compartments are depicted in the diagram below.

Mathematically, we assume that dynamics of the proportions of individuals in each compartment follow a set of ordinary differential equations corresponding to the above diagram. These equations are controlled by the following parameters:

  • Basic reproductive number (\(R_0\))
  • mean duration of the latent period
  • mean duration of the early infection period
  • mean duration of the progressed infection period
  • probability of transitioning from progressed infection to death, rather than to recovery (i.e., IFR)

We fit this model to data by assuming that case counts are noisy realizations of the actual number of individuals progressing from \(\text{I}_\text{e}\) compartment to \(\text{I}_\text{p}\) compartment. Similarly we assume that observed deaths are noisy realizations of the actual number of individuals progressing from \(\text{I}_\text{p}\) compartment to \(\text{D}\) compartment. A priori, we assume that death counts are significantly less noisy than case counts. We use a Bayesian estimation framework, which means that all estimated quantities receive credible intervals (e.g., 80% or 95% credible intervals). Width of these credible intervals encode the amount of uncertainty that we have in the estimated quantities.


Appendix

Sensitivity to Prior for \(R_0\)

We examine how sensitive our conclusions about \(R_0\) are to our prior assumptions by repeating estimation of all model parameters under different priors for this parameter. The priors are listed in the titles of the figures. Although the prior distribution of \(R_0\) does have some effect on its posterior (as it should), our results and conclusions are not too sensitive to a particular specification of this prior.

Sensitivity to prior for fraction initially infected

We examine how sensitive our conclusions about \(R_0\) are to our prior assumptions by repeating estimation of all model parameters under different priors for the parameter controlling how many people are infected initially. This prior changes depending on the time period, so we adjust by changing the prior mean to be twice as large or one half as large as the default prior.

Last updated on 2020-12-07.


R version 4.0.2 (2020-06-22)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18363)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.1252 
[2] LC_CTYPE=English_United States.1252   
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C                          
[5] LC_TIME=English_United States.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
 [1] glue_1.4.2      patchwork_1.0.1 scales_1.1.1    tidybayes_2.1.1
 [5] forcats_0.5.0   stringr_1.4.0   dplyr_1.0.0     purrr_0.3.4    
 [9] readr_1.3.1     tidyr_1.1.0     tibble_3.0.3    ggplot2_3.3.2  
[13] tidyverse_1.3.0 fs_1.4.2        here_0.1        lubridate_1.7.9
[17] workflowr_1.6.2

loaded via a namespace (and not attached):
 [1] matrixStats_0.56.0   RColorBrewer_1.1-2   httr_1.4.1          
 [4] rprojroot_1.3-2      rstan_2.21.2         tools_4.0.2         
 [7] backports_1.1.8      utf8_1.1.4           R6_2.4.1            
[10] DBI_1.1.0            colorspace_1.4-1     ggdist_2.2.0        
[13] withr_2.2.0          gridExtra_2.3        tidyselect_1.1.0    
[16] prettyunits_1.1.1    processx_3.4.3       curl_4.3            
[19] compiler_4.0.2       git2r_0.27.1         cli_2.0.2           
[22] rvest_0.3.6          arrayhelpers_1.1-0   xml2_1.3.2          
[25] labeling_0.3         callr_3.4.3          digest_0.6.25       
[28] StanHeaders_2.21.0-5 rmarkdown_2.5        pkgconfig_2.0.3     
[31] htmltools_0.5.0      dbplyr_1.4.4         rlang_0.4.7         
[34] readxl_1.3.1         rstudioapi_0.11      farver_2.0.3        
[37] generics_0.0.2       svUnit_1.0.3         jsonlite_1.7.0      
[40] distributional_0.1.0 inline_0.3.15        magrittr_1.5        
[43] loo_2.3.1            Rcpp_1.0.5           munsell_0.5.0       
[46] fansi_0.4.1          lifecycle_0.2.0      stringi_1.4.6       
[49] whisker_0.4          yaml_2.2.1           pkgbuild_1.1.0      
[52] plyr_1.8.6           grid_4.0.2           blob_1.2.1          
[55] parallel_4.0.2       promises_1.1.1       crayon_1.3.4        
[58] lattice_0.20-41      haven_2.3.1          hms_0.5.3           
[61] knitr_1.30           ps_1.3.3             pillar_1.4.6        
[64] codetools_0.2-16     stats4_4.0.2         reprex_0.3.0        
[67] evaluate_0.14        V8_3.2.0             RcppParallel_5.0.2  
[70] modelr_0.1.8         vctrs_0.3.2          httpuv_1.5.4        
[73] cellranger_1.1.0     gtable_0.3.0         assertthat_0.2.1    
[76] xfun_0.15            broom_0.7.0          coda_0.19-3         
[79] later_1.1.0.1        ellipsis_0.3.1