summary_table.moultmcmc | R Documentation |
Summary Table
## S3 method for class 'moultmcmc'
summary_table(
x,
pars = x$stanfit@sim$pars_oi,
prob = 0.95,
include = TRUE,
...
)
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. |
a tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.