Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrc-ide/popim

POPulation IMmunity
https://github.com/mrc-ide/popim

Last synced: 10 days ago
JSON representation

POPulation IMmunity

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# popim

[![R-CMD-check](https://github.com/mrc-ide/popim/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/mrc-ide/popim/actions/workflows/R-CMD-check.yaml)

**POPulation IMmunity**

This repository contains functions to run a demographic model of
vaccine exposure over time, tracking the vaccine-derived immunity by
age through time, following implementation of one or more vaccination
activities that can target the population as a whole or selectively
target specific age groups.

## Documentation

* For an illustration of how the package is used check the [main vignette](https://mrc-ide.github.io/popim/articles/popim.html).
* You can find more information about the underlying algorithms are in the [technical vignette](https://mrc-ide.github.io/popim/articles/technical_doc.html)

## Installation

You can install the development version of popim from
[GitHub](https://github.com/) with:

``` r
# Install `popim` in R:
install.packages('popim',repos = c('https://mrc-ide.r-universe.dev', 'https://cloud.r-project.org'))
```