summary.optim_fit {rater}R Documentation

Summarise an optim_fit object

Description

Summarise an optim_fit object

Usage

## S3 method for class '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



fit <- rater(anesthesia, "dawid_skene", method = "optim")

summary(fit)




[Package rater version 1.3.1 Index]