print.mcmc_fit: Print a 'mcmc_fit' object

View source: R/rater_fit_class.R

print.mcmc_fitR Documentation

Print a mcmc_fit object

Description

Print a mcmc_fit object

Usage

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

Arguments

x

An object of class mcmc_fit.

...

Other arguments.

Examples



# Suppress sampling output.
mcmc_fit <- rater(anesthesia, "dawid_skene", verbose = FALSE)
print(mcmc_fit)




rater documentation built on Sept. 12, 2023, 1:13 a.m.