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

# S3 method for ndp
summary(object, digits = 1, ...)

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

Arguments

object

an ndp object

digits

Number of digits to use for formatting numbers when printing. When calling summary, the value of digits is stored as the "print.digits" attribute of the returned object.

...

Currently ignored.

x

An object of class "summary.ndp".

Value

The summary method returns an object of class "summary.ndp".