print.mirt_matrix {mirt}R Documentation

Print generic for customized matrix console output

Description

Provides a nicer output for most printed matrix objects defined by functions in mirt.

Usage

## S3 method for class 'mirt_matrix'
print(x, digits = 3, ...)

Arguments

x

object of class 'mirt_matrix'

digits

number of digits to round

...

additional arguments passed to print(...)


[Package mirt version 1.40 Index]