print.cat_output {irt} | R Documentation |
This method prints an "cat_output" class object
Description
This method prints an "cat_output" class object
Usage
## S3 method for class 'cat_output'
print(
x,
...,
n = NULL,
print_header = TRUE,
base_print = FALSE,
silent = FALSE
)
Arguments
x |
An 'cat_output' class object that will be printed. |
... |
Additional arguments |
n |
maximum number of administered items to print. Default is
|
print_header |
Whether to print the object class in the first line. |
base_print |
Whether to print the |
silent |
If TRUE, no output will be printed on the console, only a data frame will be returned. |
Author(s)
Emre Gonulates
[Package irt version 0.2.9 Index]