Skip to content

vnminin/bayessir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published