Description Usage Arguments Details Value Author(s) References Examples
Checks if off-diagonal elements of a square matrix are all zeroes.
1 |
X |
Square numeric matrix. |
tol |
Numeric. Tolerance. |
stop |
Logical.
If |
The off-diagonal elements are added and compared to a tolerance value. If the sum is less than or equal to the tolerance value, all the elements are assumed to be zeroes.
If stop = FALSE
,
returns TRUE
,
if the sum of the off-diagonal elements of X
is equal to zero, or
returns FALSE
,
if the sum of the off-diagonal elements of X
is NOT equal to zero.
Ivan Jacob Agaloos Pesigan
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.