print.item_matrix: Output Item Matrix

Description Usage Arguments Value See Also Examples

View source: R/item-matrix.R

Description

Custom print method for the Item Matrix Object.

Usage

1
2
## S3 method for class 'item_matrix'
print(x, ...)

Arguments

x

An item_matrix object

...

Additional methods passed onto the print.matrix method.

Value

An invisible matrix without the item_matrix class displayed as a part of the output displayed.

See Also

item_matrix(), as_item_matrix()

Examples

1
2
3
4
5
# Item matrix values
x = matrix(c(1, 0, 0, 1), nrow = 2)

# Show item matrix structure
item_matrix(x)

tmsalab/edmcore documentation built on Sept. 4, 2021, 2:46 a.m.