swh:1:snp:cb3ee08893d9ebea95d32b41026209106231a62e
Raw File
Tip revision: 1abaab46e1b0f4210ef58d4ed66654b80d7b1e15 authored by Uwe Ligges on 16 December 2023, 00:50:07 UTC
version 2.1-22
Tip revision: 1abaab4
NAMESPACE
importFrom(coda, mcmc, mcmc.list, as.mcmc.list, read.coda)
importFrom(boot, logit)

importFrom("graphics", "layout", "lines", "mtext", "par", "plot", "points", "strheight", "strwidth", "text")
importFrom("stats", "median", "qf", "quantile", "sd", "var")
importFrom("utils", "flush.console", "menu", "read.table")

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