Summaries of paramter estimates and MCMC convergence diagnostics (Monte Carlo error, effective sample size, Rhat).

# S3 method for icfit
summary(X, pars = NULL, probs = c(0.1, 0.5, 0.9), ..., digits = 2)

# S3 method for iclist
summary(X, ...)

# S3 method for summary.icfit
print(X, digits = max(1, attr(X, "print.digits")), ...)

# S3 method for summary.iclist
print(X, digits = max(1, attr(X, "print.digits")), ...)

Arguments

X

An object of class "summary.iclist".

pars

Optional character vector specifying a subset of parameters to display.

probs

Optional numeric vector of probability passed to quantile.

...

Currently ignored.

digits

Number of digits to use for formatting numbers when printing.

Value

The summary method returns an object of class summary.icfit, which is a matrix of summary statistics and diagnostics, with attributes storing information for use by the print method. The print method for summary.icfit objects is called for its side effect and returns its input.