postProcessBeta | R Documentation |
Function to filter small interactions. Small interaction is defined relative to the mean of the diagonal of the matrix
postProcessBeta(beta, thre_pos = 0.001, thre_neg = 0.001)
beta |
interaction matrix estimated with BLASSO |
thre_pos |
threshold used to remove small positive interactions (default 1e-3 * slef interaction) |
thre_neg |
threshold used to remove small negative interactions (default 1e-3 * slef interaction) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.