summary.optim_fit: Summarise an 'optim_fit' object

View source: R/rater_fit_class.R

summary.optim_fitR 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)




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