Summary Table

# S3 method for moultmcmc
summary_table(
  x,
  pars = x$stanfit@sim$pars_oi,
  prob = 0.95,
  include = TRUE,
  ...
)

Arguments

x

moultmcmc fit object

pars

A character vector of parameter names. The default is all parameters for which samples are saved. If include = FALSE, then the specified parameters are excluded from the printed summary.

prob

nominal coverage probability of credible interval

include

Logical scalar (defaulting to TRUE) indicating whether to include or exclude the parameters named by the pars argument.

...

Additional arguments passed to the summary method for stanfit objects.

Value

a tibble