matrixCorr0.8.3 package

Collection of Correlation and Association Estimators

abort_bad_arg

Abort with a standardised argument error

abort_internal

Abort for internal errors (should not happen)

biweight_mid_corr

Biweight mid-correlation (bicor)

bland_altman_repeated

Bland-Altman for repeated measurements

bland_altman

Bland-Altman statistics with confidence intervals

build_LDZ

build_LDZ

ccc_lmm_reml_pairwise

ccc_lmm_reml_pairwise

ccc_lmm_reml

Concordance Correlation via REML (Linear Mixed-Effects Model)

ccc_pairwise_u_stat

Repeated-Measures Lin's Concordance Correlation Coefficient (CCC)

ccc

Pairwise Lin's concordance correlation coefficient

check_ar1_rho

Check AR(1) correlation parameter

check_bool

Check a single logical flag

check_inherits

Check object class

check_matrix_dims

Check matrix dimensions

check_prob_scalar

Check probability in unit interval

check_required_cols

Check that a data frame contains required columns

check_same_length

Check that two vectors have the same length

check_scalar_character

Check scalar character (non-empty)

check_scalar_int_pos

Check strictly positive scalar integer

check_scalar_nonneg

Check a non-negative scalar (>= 0)

check_scalar_numeric

Check scalar numeric (with optional bounds)

check_symmetric_matrix

Check matrix symmetry

check_weights

Check weights vector (non-negative, finite, correct length)

compute_ci_from_se

compute_ci_from_se

distance_corr

Pairwise Distance Correlation (dCor)

dot-align_weights_to_levels

Align (optional named) weights to a subset of time levels

dot-ba_rep_two_methods

two-method helper

dot-vc_message

.vc_message

estimate_rho

estimate_rho

inform_if_verbose

Inform only when verbose

kendall_tau

Pairwise (or Two-Vector) Kendall's Tau Rank Correlation

match_arg

Match argument to allowed values

matrixCorr-internal

matrixCorr: Collection of Correlation and Association Estimators

num_or_na_vec

num_or_na_vec

num_or_na

num_or_na

partial_correlation

Partial correlation matrix (sample / ridge / OAS)

pearson_corr

Pairwise Pearson correlation

print.ccc_ci

S3 print for legacy class ccc_ci

print.matrixCorr_ccc_ci

Print method for matrixCorr CCC objects with CIs

print.matrixCorr_ccc

Print method for matrixCorr CCC objects

run_cpp

run_cpp

schafer_corr

Schafer-Strimmer shrinkage correlation

spearman_rho

Pairwise Spearman's rank correlation

summary.ccc_lmm_reml

Summary Method for ccc_lmm_reml Objects

Compute correlation and other association matrices from small to high-dimensional datasets with relative simple functions and sensible defaults. Includes options for shrinkage and robustness to improve results in noisy or high-dimensional settings (p >= n), plus convenient print/plot methods for inspection. Implemented with optimised C++ backends using BLAS/OpenMP and memory-aware symmetric updates. Works with base matrices and data frames, returning standard R objects via a consistent S3 interface. Useful across genomics, agriculture, and machine-learning workflows. Supports Pearson, Spearman, Kendall, distance correlation, partial correlation, and robust biweight mid-correlation; Bland–Altman analyses and Lin's concordance correlation coefficient (including repeated-measures extensions). Methods based on Ledoit and Wolf (2004) <doi:10.1016/S0047-259X(03)00096-4>; Schäfer and Strimmer (2005) <doi:10.2202/1544-6115.1175>; Lin (1989) <doi:10.2307/2532051>.

  • Maintainer: Thiago de Paula Oliveira
  • License: MIT + file LICENSE
  • Last published: 2025-12-22