print.QR_matrix {JDCruncheR} | R Documentation |
Printing QR_matrix and mQR_matrix objects
Description
To print information on a QR_matrix or mQR_matrix object.
Usage
## S3 method for class 'QR_matrix'
print(x, print_variables = TRUE, print_score_formula = TRUE, ...)
## S3 method for class 'mQR_matrix'
print(x, score_statistics = TRUE, ...)
Arguments
x |
a |
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 |
Value
the print
method prints a mQR_matrix
or mQR_matrix
object and returns it invisibly (via invisible(x)
).
See Also
[Package JDCruncheR version 0.2.4 Index]