library(knitr) opts_chunk$set(echo = TRUE, message = FALSE, error = FALSE, warning = FALSE, comment = "", fig.align = "center", out.width = "70%")
Below we describe how to install the NCC
package in two simple steps.
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.
NCC
packageTo install the stable version of the NCC
package from CRAN, please run the following code:
install.packages("NCC")
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.