summary_table.moultmcmc: Summary Table

summary_table.moultmcmcR Documentation

Summary Table

Description

Summary Table

Usage

## S3 method for class '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


pboesu/moultmcmc documentation built on Feb. 19, 2023, 6:03 a.m.