print.summary.mcmc: S3 print method for objects of type summary.mcmc

print.summary.mcmcR Documentation

S3 print method for objects of type summary.mcmc

Description

This function overrides the hidden method in the coda package that provides a print method for the output of the coda{summary} function. The idea is to be able to suppress some of the output so that only the summary statistics of interest are shown. This is primarily used in the preparation of the book.

Usage

## S3 method for class 'summary.mcmc'
print(
  x,
  digits = max(3, .Options$digits - 3),
  runDetails = FALSE,
  means = FALSE,
  quantiles = TRUE,
  ...
)

Arguments

x

an object of type summary.mcmc.

digits

The number of digits to print.

runDetails

if TRUE print the details of the sampling.

means

if TRUE print the posterior means.

quantiles

if TRUE print the posterior quantiles.

...

other arguments passed to print.

Value

x is invisibly returned


jmcurran/jaggR documentation built on Nov. 2, 2023, 11:04 a.m.