prior_summary.rater_fit: Provide a summary of the priors specified in a 'rater_fit'...

View source: R/rater_fit_class.R

prior_summary.rater_fitR Documentation

Provide a summary of the priors specified in a rater_fit object.

Description

Provide a summary of the priors specified in a rater_fit object.

Usage

## S3 method for class 'rater_fit'
prior_summary(object, ...)

Arguments

object

A rater_fit object.

...

Other arguments.

Examples


# Fit a model using MCMC (the default).
fit <- rater(anesthesia, "dawid_skene", verbose = FALSE)

# Summarise the priors (and model) specified in the fit.
prior_summary(fit)




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