disbayes

The development repository for the disbayes R package for chronic disease epidemiology estimation with incomplete data.

Installation

CRAN version

install.packages("disbayes")

Development version

install.packages("devtools") # if devtools not already installed
library(devtools)
install_github("chjackson/disbayes")

If this fails, make sure that the rstan package is set up properly, as explained here. If you are on Windows, then follow these instructions for installing rstan from source on Windows.

Introduction and worked example

Bayesian estimation of chronic disease epidemiology from incomplete data: the disbayes package

R-CMD-check test-coverage