Learn R Programming

irt (version 0.1.1)

print.cat_output: This method prints an "cat_output" class object

Description

This method prints an "cat_output" class object

Usage

# S3 method for cat_output
print(x, ..., silent = FALSE)

Arguments

...

Additional arguments

silent

If TRUE, no output will be printed on the console, only a data frame will be returned.

object

An 'cat_output' class object that will be printed.