Skip to content

Commit

Permalink
add template features and authorship
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Oct 3, 2024
1 parent 3ec490a commit 32aee1c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,18 @@ editor_options:
date: last-modified
toc: true
toc_float: true
author:
- name: "Adam Kucharski"
orcid: "0000-0001-8814-9421"
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

## Ingredients

- Use Bayesian estimation methods to estimate the reproduction number ($R$) and extent of superspreading, represented by the dispersion of a negative binomial distribution for individual-level seconday cases ($k$), from data on MERS-CoV- outbreak clusters.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,18 @@ editor_options:
date: last-modified
toc: true
toc_float: true
author:
- name: "Adam Kucharski"
orcid: "0000-0001-8814-9421"
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

## Ingredients

- Social mixing data from `socialmixr`
Expand Down
15 changes: 15 additions & 0 deletions analyses/reconstruct_transmission/estimate_infections.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,18 @@ editor_options:
date: last-modified
toc: true
toc_float: true
author:
- name: "Adam Kucharski"
orcid: "0000-0001-8814-9421"
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

## Ingredients

- We want to estimate infection dynamics from incidence data on delayed outcomes such as hospitalisations or deaths.
Expand All @@ -21,6 +31,11 @@ toc_float: true


## Steps in code

### Example 1

Reconstruct SARS-CoV-2 infection dynamics in the UK from daily data on deaths, 2020

```{r}
#| warning: false
Expand Down

0 comments on commit 32aee1c

Please sign in to comment.