README.md

bayessir

Bayesian inference for hidden Markov Susceptible-Infected-Removed (SIR) model

Installation

To install the open-source R package bayessir, install the devtools package and then install bayessir using install_github command:

install.packages("devtools") 
install_github("vnminin/bayessir") 
library(bayessir)

Notice that installing from github requires installing the package from source. To learn about package installation see (http://cran.r-project.org/doc/manuals/R-admin.html).



vnminin/bayessir documentation built on May 3, 2019, 6:17 p.m.