validateMatrices {SEMID} | R Documentation |
A helper function to validate input matrices.
Description
This helper function validates that the two input matrices, L and O, are of the appropriate form to be interpreted by the other functions. In particular they should be square matrices of 1's and 0's with all 0's along their diagonals. We do not require O to be symmetric here.
Usage
validateMatrices(L, O)
Arguments
L |
See above description. |
O |
See above description. |
Value
This function has no return value.
[Package SEMID version 0.4.1 Index]