Print a mcmc_fit object

# S3 method for mcmc_fit
print(x, ...)

Arguments

x

An object of class mcmc_fit.

...

Other arguments.

Examples

# \donttest{

# Suppress sampling output.
mcmc_fit <- rater(anesthesia, "dawid_skene", verbose = FALSE)
print(mcmc_fit)
#> Bayesian Dawid and Skene Model with MCMC draws.

# }