Print method for matrixCorr CCC objects
# S3 method for matrixCorr_ccc
print(
x,
digits = 4,
ci_digits = 4,
n = NULL,
topn = NULL,
max_vars = NULL,
width = NULL,
show_ci = NULL,
...
)A matrixCorr_ccc or matrixCorr_ccc_ci object.
Number of digits for CCC estimates.
Number of digits for CI bounds.
Optional row threshold for compact preview output.
Optional number of leading/trailing rows to show when truncated.
Optional maximum number of visible columns; NULL derives
this from console width.
Optional display width; defaults to getOption("width").
One of "yes" or "no".
Passed to underlying printers.