Learn R Programming

EGAnet (version 1.2.3)

totalCorMat: Total Correlation Matrix

Description

Computes the pairwise total correlation for a dataset

Usage

totalCorMat(data)

Value

Returns a square matrix with pairwise total correlations

Arguments

data

Matrix or data frame. Variables to be used in the analysis

Author

Hudson F. Golino <hfg9s at virginia.edu>

References

Watanabe, S. (1960). Information theoretical analysis of multivariate correlation. IBM Journal of Research and Development 4, 66-82.

# Implementation Felix, L. M., Mansur-Alves, M., Teles, M., Jamison, L., & Golino, H. (2021). Longitudinal impact and effects of booster sessions in a cognitive training program for healthy older adults. Archives of Gerontology and Geriatrics, 94, 104337.

Examples

Run this code
if (FALSE) {
# Compute total correlation
totalCorMat(wmt2[,7:24])}

Run the code above in your browser using DataLab