Skip to contents

Function used within ame_repL to ensure that input objects are formatted correctly. Will stop function run if discrepancies found.

Usage

check_format(Y, Xdyad, Xrow, Xcol)

Arguments

Y

a T length list of n x n relational matrices, where T corresponds to the number of replicates (over time, for example). See family below for various data types.

Xdyad

a T length list of n x n x pd arrays of covariates

Xrow

a T length list of n x pr matrices of nodal row covariates

Xcol

a T length list of n x pc matrices of nodal column covariates

Author

Shahryar Minhas