attach.jags {R2jags} | R Documentation |
Attach/detach elements of ‘JAGS’ objects to search path
Description
These are wraper functions for attach.bugs
and detach.bugs
, which
attach or detach three-way-simulation array of bugs object to the search path. See attach.all
for details.
Usage
attach.jags(x, overwrite = NA)
detach.jags()
Arguments
x |
An |
overwrite |
If |
Details
See attach.bugs
for details
Author(s)
Yu-Sung Su suyusung@tsinghua.edu.cn,
References
Sibylle Sturtz and Uwe Ligges and Andrew Gelman. (2005). “R2WinBUGS: A Package for Running WinBUGS from R.” Journal of Statistical Software 3 (12): 1–6.
Examples
# See the example in ?jags for the usage.