mcmc_fit
R/rater_fit_class.R
print.mcmc_fit.Rd
Print a mcmc_fit object
# S3 method for mcmc_fit print(x, ...)
An object of class mcmc_fit.
Other arguments.
# \donttest{ # Suppress sampling output. mcmc_fit <- rater(anesthesia, "dawid_skene", verbose = FALSE) print(mcmc_fit) #> Bayesian Dawid and Skene Model with MCMC draws. # }