To print information on a QR_matrix or mQR_matrix object.
# S3 method for QR_matrix
print(x, print_variables = TRUE, print_score_formula = TRUE, ...)# S3 method for mQR_matrix
print(x, score_statistics = TRUE, ...)
the print
method prints a mQR_matrix
or
mQR_matrix
object and returns it invisibly (via
invisible(x)
).
a mQR_matrix
or mQR_matrix
object.
logical indicating whether to print the indicators' name (including additionnal variables).
logical indicating whether to print the formula with which the score was calculated (when calculated).
other unused arguments.
logical indicating whether to print the statistics
in the mQR_matrix
scores (when calculated).
Traduction française