print.mirt_df: Print generic for customized data.frame console output
Description
Provides a nicer output for most printed data.frame
objects
defined by functions in mirt
.
Usage
# S3 method for mirt_df
print(x, digits = 3, ...)
Arguments
- x
object of class 'mirt_df'
- digits
number of digits to round
- ...
additional arguments passed to print(...)