Description Usage Arguments Value Examples
View source: R/r2_sgv_est_Function.R
Checks if a matrix is Compound Symmetric.
1 | is.CompSym(mat, tol = 1e-05)
|
mat |
The matrix to be tested. |
tol |
a number indicating the smallest acceptable difference between off diagonal values. |
True if the matrix is compound symmetric.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.