jags_init: Website links for JAGS installation.

View source: R/jags_init.R

jags_initR Documentation

Website links for JAGS installation.

Description

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.

Usage

jags_init(install)

Arguments

install

Choose between installing JAGS using "homebrew" or "manual".

See Also

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

Examples

## Not run: 
jags_init(install = "manual")

## End(Not run)


mlebertheyl/myJpackage documentation built on May 18, 2022, 5:35 p.m.