To print information on a QR_matrix or mQR_matrix object.
Arguments
- x
a
mQR_matrix
ormQR_matrix
object.- print_variables
logical indicating whether to print the indicators' name (including additionnal variables).
- print_score_formula
logical indicating whether to print the formula with which the score was calculated (when calculated).
- ...
other unused arguments.
- score_statistics
logical indicating whether to print the statistics in the
mQR_matrix
scores (when calculated).
Value
the print
method prints a mQR_matrix
or
mQR_matrix
object and returns it invisibly (via
invisible(x)
).