Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrc-ide/popim
POPulation IMmunity
https://github.com/mrc-ide/popim
Last synced: 10 days ago
JSON representation
POPulation IMmunity
- Host: GitHub
- URL: https://github.com/mrc-ide/popim
- Owner: mrc-ide
- License: other
- Created: 2023-01-09T11:59:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T10:36:10.000Z (6 months ago)
- Last Synced: 2024-11-06T02:30:54.403Z (about 2 months ago)
- Language: R
- Homepage: https://mrc-ide.github.io/popim/
- Size: 1.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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'))
```