propcal | R Documentation |
A function used to analyse the SEset results. Calculates the proportion of path models in a given SEset in which a particular edge is present
propcal(SEmatrix, names = NULL, rm_duplicate = TRUE, directed = TRUE)
SEmatrix |
An n \times p matrix containing the SEset, where each row represents a p \times p weights matrix stacked column-wise |
names |
optional character vector containing dimension names |
rm_duplicate |
Should duplicate weights matrices be removed from the SEset. Defaults to TRUE. |
directed |
If |
a p \times p matrix showing in what proportion particular edges are present. If directed=TRUE, elements ij denote the proportion of weights matrices containing a path from X_j to X_i. If directed=F, the output will be a symmetric matrix, with element ij denoting in what proprtion an edge of either direction connects X_i to X_j.
ryan2019SEset
network_to_SEset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.