Learn R Programming

rater (version 1.3.2)

print.rater_model: Print a rater_model object.

Description

Print a rater_model object.

Usage

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

Arguments

x

A rater_model object.

...

Other arguments

Examples

Run this code
mod <- dawid_skene()
print(mod)

Run the code above in your browser using DataLab