Learn R Programming

rater (version 1.3.2)

summary.optim_fit: Summarise an optim_fit object

Description

Summarise an optim_fit object

Usage

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

Arguments

object

An object of class optim_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", method = "optim")

summary(fit)

# }

Run the code above in your browser using DataLab