dcCodaMCMC-class {dcmle} | R Documentation |
Class "dcCodaMCMC"
Description
An S4 representation of an mcmc.list object of the coda package, with data cloning attributes from dclone package (the mcmc.list.dc class).
Objects from the Class
Objects can be created by calls of the form new("dcCodaMCMC", ...)
.
Slots
dctable
:Object of class
"dcTable"
, data cloning based iterative posterior statistics based ondctable
.dcdiag
:Object of class
"dcDiag"
, data cloning convergence diagnostics based ondcdiag
.nclones
:Object of class
"nClones"
, number of clones.values
:Object of class
"numeric"
, same as in"codaMCMC"
class.varnames
:Object of class
"character"
, same as in"codaMCMC"
class.start
:Object of class
"integer"
, same as in"codaMCMC"
class.end
:Object of class
"integer"
, same as in"codaMCMC"
class.thin
:Object of class
"integer"
, same as in"codaMCMC"
class.nchains
:Object of class
"integer"
, same as in"codaMCMC"
class.niter
:Object of class
"integer"
, same as in"codaMCMC"
class.nvar
:Object of class
"integer"
, same as in"codaMCMC"
class.
Extends
Class "codaMCMC"
, directly.
Methods
- [
signature(x = "dcCodaMCMC")
: ...- [[
signature(x = "dcCodaMCMC")
: ...- coerce
signature(from = "dcCodaMCMC", to = "dcmle")
: ...- coerce
signature(from = "dcCodaMCMC", to = "MCMClist")
: ...- coerce
signature(from = "dcmle", to = "dcCodaMCMC")
: ...- coerce
signature(from = "MCMClist", to = "dcCodaMCMC")
: ...- confint
signature(object = "dcCodaMCMC")
: ...- dcdiag
signature(x = "dcCodaMCMC")
: ...- dctable
signature(x = "dcCodaMCMC")
: ...- nclones
signature(x = "dcCodaMCMC")
: ...- str
signature(object = "dcCodaMCMC")
: ...- summary
signature(object = "dcCodaMCMC")
: ...
Author(s)
Peter Solymos
See Also
Examples
showClass("dcCodaMCMC")