Skip to content

Commit eab6736

Browse files
authored
Draft writeup (#28)
* first draft of writeup * add authors * example fixes * fix figure * move to docs * prettier table and move figures * fix typo and update table * first draft of writeup * add authors * example fixes * fix figure * move to docs * prettier table and move figures * fix typo * abstract * fixes * add interpretation of biological parameters * some more references and minor changes
1 parent 592f5d4 commit eab6736

File tree

20 files changed

+1604
-22
lines changed

20 files changed

+1604
-22
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
stan/model_threads
33
figures/additional
44
*.pdf
5+
!writeup/paper.pdf
56
data/cis
67
outputs/*.rds
78
*.rds

R/model.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ i2p_inits <- function(dat) {
203203
beta = array(inv_logit(rnorm(1, -2, 0.4))),
204204
gamma = array(inv_logit(rnorm(2, -9, 0.4))),
205205
delta = array(inv_logit(rnorm(1, 3, 0.4))),
206+
k = array(exp(rnorm(1, 0, 0.1))),
207+
l = array(exp(rnorm(1, 0, 0.1))),
206208
ab_sigma = array(
207209
truncnorm::rtruncnorm(1, mean = 0.005, sd = 0.0025, a = 0)
208210
),

docs/paper.Rmd

Lines changed: 229 additions & 0 deletions
Large diffs are not rendered by default.

docs/paper.html

Lines changed: 964 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.

docs/references.bib

Lines changed: 362 additions & 0 deletions
Large diffs are not rendered by default.

figures/example/Rt.png

494 KB
Loading

figures/example/ab.png

228 KB
Loading
629 KB
Loading

figures/example/growth.png

534 KB
Loading

0 commit comments

Comments
 (0)