Skip to contents

Below we describe how to install the NCC package in two simple steps.

1) Installing JAGS

Prior to installing the NCC package, the JAGS library needs to be installed on your computer, since the Bayesian analysis methods are performed using the rjags R-package and therefore require the installation of the JAGS library. You can download the latest version of JAGS from here.

2) Installing the NCC package

2a) from CRAN

To install the stable version of the NCC package from CRAN, please run the following code:

2b) from GitHub

To install the latest development version of the NCC package from GitHub, please run the following code:

# install.packages("devtools") 
devtools::install_github("pavlakrotka/NCC", build_vignettes = TRUE)