jags.module {rjags} | R Documentation |
A JAGS module is a shared library that extends the functionality of JAGS. This function loads a vector named modules.
jags.module(names, path)
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 |
Martyn Plummer