Package: moderncor Type: Package Title: Unified Interface for Modern and Classical Correlation Coefficients Version: 0.2.0 Authors@R: person("Toshihiro", "Iguchi", role = c("aut", "cre"), email = "toshihiro.iguchi.github@gmail.com") Description: Provides a single unified interface for computing a wide variety of classical and modern correlation and association measures. Continuous methods include classical correlations (Pearson, Spearman, Kendall), modern dependence measures (distance correlation, maximal information coefficient, Hilbert-Schmidt independence criterion, Chatterjee's xi, Hoeffding's D, mutual information), robust correlations (biweight midcorrelation, percentage bend, Winsorized), ordinal correlations (polychoric, tetrachoric), partial and semi-partial correlations, and nonparametric measures (ball correlation, Bergsma-Dassios tau*). Categorical association measures (Cramer's V, phi coefficient, Goodman-Kruskal gamma, Somers' D, contingency coefficient, Tschuprow's T) are available via moderncor_cat(). License: GPL-3 URL: https://github.com/ToshihiroIguchi/moderncor BugReports: https://github.com/ToshihiroIguchi/moderncor/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) Imports: stats, energy, XICOR Suggests: minerva, Hmisc, dHSIC, infotheo, WRS2, psych, ppcor, Ball, TauStar, DescTools, testthat (>= 3.0.0), knitr, rmarkdown Config/testthat/edition: 3 VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libgsl0-dev Repository: https://toshihiroiguchi.r-universe.dev Date/Publication: 2026-06-20 11:40:28 UTC RemoteUrl: https://github.com/toshihiroiguchi/moderncor RemoteRef: HEAD RemoteSha: a993604d943369368875ccd49f28c62e9ae89fea NeedsCompilation: no Packaged: 2026-06-25 08:19:45 UTC; root Author: Toshihiro Iguchi [aut, cre] Maintainer: Toshihiro Iguchi