antiImage | R Documentation |
The function computes anti-image matrix (i.e., with partial correlations on the off-diagonal and with KMO-MSAs on the diagonal) and the overall KMO.
antiImage(X)
X |
A data frame with the values of numerical variables. |
A list with two elements:
AIR
- Anti-image matrix.
KMO
- Overall KMO.
Marjan Cugmas
Kaiser, H. F., & Rice, J. (1974). Little Jiffy, Mark Iv. Educational & Psychological Measurement, 34(1), 111.
antiImage(X = mtcars[, c(1, 3, 4, 5)])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.