Learn R Programming

rater (version 1.3.2)

summary.mcmc_fit: Summarise a mcmc_fit object

Description

Summarise a mcmc_fit object

Usage

# S3 method for mcmc_fit
summary(object, n_pars = 8, ...)

Arguments

object

An object of class mcmc_fit.

n_pars

The number of pi/theta parameters and z 'items' to display.

...

Other arguments passed to function.

Details

For the class conditional model the 'full' theta parameterisation (i.e. appearing to have the same number of parameters as the standard Dawid-Skene model) is calculated and returned. This is designed to allow easier comparison with the full Dawid-Skene model.

Examples

Run this code
# \donttest{

fit <- rater(anesthesia, "dawid_skene", verbose = FALSE)

summary(fit)

# }

Run the code above in your browser using DataLab