summary.dcCodaMCMC-class {dcmle} | R Documentation |
Class "summary.dcCodaMCMC"
Description
Summary object.
Objects from the Class
Objects can be created by calls of the form
new("summary.dcCodaMCMC", ...)
.
Slots
settings
:Object of class
"integer"
, MCMC settings.coef
:Object of class
"matrix"
, coefficients (posterior means).convergence
:Object of class
"dcDiag"
, data cloning convergence diagnostics.
Extends
Class "summary.codaMCMC"
, directly.
Methods
- show
signature(object = "summary.dcCodaMCMC")
: ...
Author(s)
Peter Solymos
See Also
Examples
showClass("summary.dcCodaMCMC")
[Package dcmle version 0.4-1 Index]