R/AllClass.R

setOldClass("jags")
setOldClass("bugs")
setOldClass("mcmc.list")

setClass("rjags",
     representation(
            model = "jags",
            BUGSoutput = "bugs")
)

setClass("rjags.parallel",
     representation(
            BUGSoutput = "bugs"),
     contains = "rjags"
)

Try the R2jags package in your browser

Any scripts or data that you put into this service are public.

R2jags documentation built on Aug. 5, 2021, 9:07 a.m.