View source: R/summary.multibergm.R
summary.multibergm | R Documentation |
summary method for multibergm fits
## S3 method for class 'multibergm'
summary(object, param = "mu", thin = 1L, burn_in = 0L, ...)
object |
A multibergm object |
param |
Multibergm parameter to be summarised |
thin |
Amount of thinning to apply to the posterior samples |
burn_in |
Amount of burn-in to remove from the start of posterior samples (pre-thinning) |
... |
Additional parameters to be passed on to lower-level functions. |
The function computes and prints posterior means and quantiles for the specified parameter, as well as the acceptance rates for parameters updated via the exchange algorithm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.