README.md

mvmstan

mvmstan simplifies the specification of multivariate mixture models in Stan (mc-stan.org).

Installation

1. Install RGraphviz from bioconductor

source("http://bioconductor.org/biocLite.R")
biocLite("Rgraphviz")

2. Install mvmstan in R

if(!require("devtools")) install.packages("devtools")
install_github("plogacev/mvmstan")

or - download the zip archive - install the package from the zip file

3. Install a Graphviz viewer

On Linux

sudo apt-get install xdot

On Mac OS X



plogacev/mvmstan documentation built on May 25, 2019, 8:22 a.m.