-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME.Rmd
32 lines (23 loc) · 1.59 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
DrJacoby <img src="R_ignore/images/logo3.png" width="120" align="right" />
===================================================
<!-- badges: start -->
[![master build](https://github.com/mrc-ide/drjacoby/workflows/master_build/badge.svg)](https://github.com/mrc-ide/drjacoby/actions)
[![develop build](https://github.com/mrc-ide/drjacoby/workflows/develop_build/badge.svg)](https://github.com/mrc-ide/drjacoby/actions)
[![Coverage status](https://codecov.io/gh/mrc-ide/drjacoby/branch/master/graph/badge.svg)](https://codecov.io/github/mrc-ide/drjacoby?branch=master)
<!-- badges: end -->
*drjacoby* is an R package for performing Bayesian inference via Markov chain monte carlo (MCMC). In addition to being highly flexible it implements some advanced techniques that can improve mixing in tricky situations. Full details can be found on the drjacoby [website](https://mrc-ide.github.io/drjacoby/).
So far, *drjacoby* has been used in the following projects:
* The paper [Estimates of the severity of coronavirus disease 2019: a model-based analysis](https://doi.org/10.1016/S1473-3099(20)30243-7) used *drjacoby* **version 1.0.1**
* The report [COVID-19 Infection Fatality Ratio: Estimates from Seroprevalence](https://www.imperial.ac.uk/mrc-global-infectious-disease-analysis/covid-19/report-34-ifr/) used *drjacoby* **version 1.2.0**