jags.module | R Documentation |
A JAGS module is a dynamically loaded library that extends the functionality of JAGS. These functions load and unload JAGS modules and show the names of the currently loaded modules.
load.module(name, path, quiet=FALSE)
unload.module(name, quiet=FALSE)
list.modules()
name |
name of the load module to be loaded |
path |
file path to the location of the DLL. If omitted,
the option |
quiet |
a logical. If |
Martyn Plummer
list.modules()
load.module("glm")
list.modules()
unload.module("glm")
list.modules()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.