Learn R Programming

dcmle (version 0.4-1)

summary.dcmle-class: Class "summary.dcmle"

Description

Summary object.

Arguments

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

Peter Solymos

See Also

jags.fit, dcdiag, dcmle

Examples

Run this code
showClass("summary.dcmle")

Run the code above in your browser using DataLab