Learn R Programming

rater (version 1.3.2)

print.mcmc_fit: Print a mcmc_fit object

Description

Print a mcmc_fit object

Usage

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

Arguments

x

An object of class mcmc_fit.

...

Other arguments.

Examples

Run this code
# \donttest{

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

# }

Run the code above in your browser using DataLab