cor.mtest {corrplot} | R Documentation |
Significance test which produces p-values and confidence intervals for each pair of input features.
Description
Significance test which produces p-values and confidence intervals for each pair of input features.
Usage
cor.mtest(mat, ...)
Arguments
mat |
Input matrix of size |
... |
Additional arguments passed to function |
Value
Return a list containing:
p |
Square matrix of size |
lowCI |
Square matrix of size |
uppCI |
Square matrix of size |
See Also
Function cor.test
[Package corrplot version 0.92 Index]