View source: R/rater_fit_class.R
| summary.optim_fit | R Documentation | 
optim_fit objectSummarise an optim_fit object
## S3 method for class 'optim_fit'
summary(object, n_pars = 8, ...)
| object | An object of class  | 
| n_pars | The number of pi/theta parameters and z 'items' to display. | 
| ... | Other arguments passed to function. | 
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.
fit <- rater(anesthesia, "dawid_skene", method = "optim")
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.