print.matrixset {matrixset}R Documentation

Print a matrixset

Description

When printing a matrixset:

Usage

## S3 method for class 'matrixset'
print(x, ..., n_matrices = 2)

Arguments

x

matrixset object to print

...

currently not used

n_matrices

Number of matrices to display

Value

Invisibly, the matrixset object.

Examples

print(student_results)
print(mrm_plus2015)


[Package matrixset version 0.3.0 Index]