| matrixCorr-package | R Documentation |
Correlation, agreement, and intraclass correlation estimators with a consistent S3 interface.
print() methods provide compact previews and summary() methods provide
richer but still bounded digests. Truncation affects console display only;
full results remain available through direct extraction and coercion helpers
such as as.matrix(), as.data.frame(), and tidy() where implemented.
Package-wide display defaults can be controlled with options:
matrixCorr.print_max_rows (default 20L)
matrixCorr.print_topn (default 5L)
matrixCorr.print_max_vars (default NULL, derived from console width)
matrixCorr.print_show_ci (default "yes")
matrixCorr.summary_max_rows (default 12L)
matrixCorr.summary_topn (default 5L)
matrixCorr.summary_max_vars (default 10L)
matrixCorr.summary_show_ci (default "yes")
Display methods validate user-facing arguments with cli conditions.
Confidence-interval visibility is explicit: show_ci accepts only "yes"
or "no".
Maintainer: Thiago de Paula Oliveira thiago.paula.oliveira@gmail.com (ORCID)
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.