Skip to content
Lorena edited this page Apr 16, 2014 · 2 revisions

Clone this repository git clone $GITLINK

JAGS installation

Mac OSX Download binary at http://sourceforge.net/projects/mcmc-jags/files/JAGS/3.x/

Linux Go to jags

Windows Go to jags 4 win

###R installation Then use devtools to install the package

install.packages("coda")
install.packages("rjags")
install.packages("Nozzle.R1")
library(devtools)

devtools::install("path2DEGreport")
Clone this wiki locally