print.rater_model: Print a 'rater_model' object.

View source: R/rater_model_class.R

print.rater_modelR Documentation

Print a rater_model object.

Description

Print a rater_model object.

Usage

## S3 method for class 'rater_model'
print(x, ...)

Arguments

x

A rater_model object.

...

Other arguments

Examples

mod <- dawid_skene()
print(mod)


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