View source: R/rater_fit_class.R
| prior_summary.rater_fit | R Documentation | 
rater_fit object.Provide a summary of the priors specified in a rater_fit object.
## S3 method for class 'rater_fit'
prior_summary(object, ...)
| object | A  | 
| ... | Other arguments. | 
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.