LinearSystemMatrix: Matrix from linear system outputs
Description
Returns a matrix from output of PenalisedLinearSystem
.
Usage
LinearSystemMatrix(vect, adjacency)
Value
An asymmetric matrix.
Arguments
- vect
vector of coefficients to assign to entries of the matrix.
- adjacency
binary adjacency matrix of the Directed Acyclic Graph
(transpose of the asymmetric matrix A in Reticular Action Model notation).
The row and column names of this matrix must be defined.