jags.module {rjags}R Documentation

Dynamically load JAGS modules

Description

A JAGS module is a shared library that extends the functionality of JAGS. This function loads a vector named modules.

Usage

jags.module(names, path)

Arguments

names a vector of names of the jags modules to be loaded
path the file path to the location of the modules. If omitted, the option jags.moddir is used to locate the modules

Author(s)

Martyn Plummer


[Package rjags version 1.0.3-8 Index]