validateMatrices: A helper function to validate input matrices.

View source: R/utils.R

validateMatricesR 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.


Lucaweihs/SEMID documentation built on July 22, 2023, 7:49 a.m.