WDiag {simplifyNet} | R Documentation |
Diagonal, m by m, weight matrix
Description
Calculate the m by m diagonal weight matrix, W
, for an imputed graph.
Usage
WDiag(weights)
Arguments
weights |
List of edges corresponding to edge list. |
Details
Intended as internal function.
Value
Return diagonal weight matrix, W
.
Author(s)
Alexander Mercier
[Package simplifyNet version 0.0.1 Index]