jags_init | R Documentation |
jags_init()
returns the general website links for the correct JAGS installation, as well as the main library to run JAGS in R.
Briefly the steps are installing Homebrew, and then using it for JAGS installation or downloading the .pkg file from JAGS source. Installation steps may vary depending on whether Mac OS X, Linux or Windows is used.
Note that other packages can be used instead of, or complimentary to, runjags
.
jags_init(install)
install |
Choose between installing JAGS using "homebrew" or "manual". |
https://brew.sh/index_es for Homebrew installation; https://formulae.brew.sh/formula/jags for JAGS installation using Homebrew; https://sourceforge.net/projects/mcmc-jags/ for JAGS installation from source; https://cran.r-project.org/web/packages/runjags/index.html runjags package documentation
## Not run: jags_init(install = "manual") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.