.isCorMat {iopsych} | R Documentation |
Is a matrix a correlation matrix?
Description
Is a matrix a correlation matrix?
Usage
.isCorMat(r_mat)
Arguments
r_mat |
A correlation matrix. |
Value
Nothing. Will return an error if r_mat
is not a correlation matrix
Author(s)
Allen Goebl and Jeff Jones
Examples
print("example needed")
[Package iopsych version 0.90.1 Index]