swh:1:snp:cb3ee08893d9ebea95d32b41026209106231a62e
Raw File
Tip revision: c4875dc70b4c979b949b4e8e11075f38984a4991 authored by Uwe Ligges on 05 February 2024, 07:58:28 UTC
version 2.1-22.1
Tip revision: c4875dc
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