print.summary.matrixCorr: Summary Method for Correlation Matrices

View source: R/latent_corr.R

print.summary.matrixCorrR Documentation

Summary Method for Correlation Matrices

Description

Prints compact summary statistics returned by matrix-style summary() methods in matrixCorr.

Usage

## S3 method for class 'summary.matrixCorr'
print(
  x,
  digits = 4,
  n = NULL,
  topn = NULL,
  max_vars = NULL,
  width = NULL,
  show_ci = NULL,
  ...
)

Arguments

x

An object of class summary.matrixCorr.

digits

Integer; number of decimal places to print.

n

Optional row threshold for compact preview output.

topn

Optional number of leading/trailing rows to show when truncated.

max_vars

Optional maximum number of visible columns; NULL derives this from console width.

width

Optional display width; defaults to getOption("width").

show_ci

One of "yes" or "no".

...

Unused.

Value

Invisibly returns x.


matrixCorr documentation built on April 18, 2026, 5:06 p.m.