Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 658 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 658 Bytes

greta.hmm

Hidden Markov Models in greta

Travis build status Coverage status greta.hmm lets you build hidden Markov models with greta.

Installation

You can install the greta.hmm from GitHub with:

# install.packages("devtools")
devtools::install_github("goldingn/greta.hmm")