checkCorrelation | R Documentation |
Sanity checks for the correlation matrix.
checkCorrelation(m, returnMessage = FALSE, na.allowed = TRUE)
m |
TBA |
returnMessage |
TBA |
na.allowed |
TBA |
Checks the following properties:
Values must be between -1 and 1.
Diagonal must be equal to 1.
Matrix must be symmetric.
Logical
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.