summary.plMCMC: Summarizes content of a 'plMCMC' object holding iid copies of...

Description Usage Arguments Value Author(s) References See Also Examples

Description

This S3 method for summary summarizes the content of an object of class plMCMC (for parallel MCMC) as returned by, e.g., MCMCcopies, containing the trajectories of iid copies of trajectories from a MCMC algorithm, and its associated kernel, target and proposal densities.

Usage

1
2
## S3 method for class 'plMCMC'
summary(object, stats = FALSE, ...)

Arguments

object

An object of class plMCMC as returned by, e.g.,MCMCcopies.

stats

print additional summary statistics for the variables over all chains.

...

additional arguments passed to other methods

Value

Returns the object associated dimensions, the overall rate of acceptation, and descriptive statistics over the variable coordinates if stats = TRUE.

Author(s)

Didier Chauveau.

References

See Also

MCMCcopies, MCMCcopies.mc

Examples

1
## See Example for MCMCcopies

EntropyMCMC documentation built on May 2, 2019, 6:43 a.m.