Learn R Programming

dcmle (version 0.4-1)

dcCodaMCMC-class: 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).

Arguments

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 on dctable.

dcdiag:

Object of class "dcDiag", data cloning convergence diagnostics based on dcdiag.

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

Peter Solymos

See Also

jags.fit

Examples

Run this code
showClass("dcCodaMCMC")

Run the code above in your browser using DataLab