Print a optim_fit object

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

Arguments

x

An object of class optim_fit.

...

Other arguments.

Examples

# \donttest{

optim_fit <- rater(anesthesia, "dawid_skene", method = "optim")
print(optim_fit)
#> Bayesian Dawid and Skene Model with MAP estimates.

# }