summary.dcmle-class {dcmle} | R Documentation |
Class "summary.dcmle"
Description
Summary object.
Objects from the Class
Objects can be created by calls of the form
new("summary.dcmle", ...)
.
Slots
title
:Object of class
"character"
, title to print, optional.call
:Object of class
"language"
, the call.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.dcCodaMCMC"
, directly.
Class "summary.codaMCMC"
,
by class "summary.dcCodaMCMC", distance 2.
Methods
- show
signature(object = "summary.dcmle")
: ...
Author(s)
Peter Solymos
See Also
Examples
showClass("summary.dcmle")
[Package dcmle version 0.4-1 Index]