Learn R Programming

JDCruncheR (version 0.3.5)

print.QR_matrix: Printing QR_matrix and mQR_matrix objects

Description

To print information on a QR_matrix or mQR_matrix object.

Usage

# S3 method for QR_matrix
print(x, print_variables = TRUE, print_score_formula = TRUE, ...)

# S3 method for mQR_matrix print(x, score_statistics = TRUE, ...)

Value

the print method prints a mQR_matrix or mQR_matrix object and returns it invisibly (via invisible(x)).

Arguments

x

a mQR_matrix or mQR_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).

See Also

Traduction française