swh:1:snp:cb3ee08893d9ebea95d32b41026209106231a62e
Raw File
Tip revision: 082aeeab1f0f2f48034774d8a264cc02a8a042cf authored by Uwe Ligges on 07 April 2013, 00:00:00 UTC
version 2.1-19
Tip revision: 082aeea
NAMESPACE
importFrom(coda, mcmc, mcmc.list, as.mcmc.list, read.coda)
importFrom(boot, logit)

export(bugs,
       attach.all,
       detach.all,
       attach.bugs,
       detach.bugs,
       bugs.data,
       read.bugs,
       bugs.log,
       monitor,
       openbugs,
       as.bugs.array,
       write.model)

S3method(print, bugs)
S3method(plot, bugs)
S3method(as.mcmc.list, bugs)
back to top