symBeta | R Documentation |
Symmetrize a beta (coefficient) matrix, ie. selected from MB neighborhood selection
symBeta(beta, mode = "ave")
beta |
square coefficient matrix |
mode |
how to symmetrize, see details |
Mode can be:
ave: Arithmetic average between the two possible values of beta
maxabs: The maximum [absolute] value between the two values
upper: Take the values from the upper triangle
lower: Take the values from the lower triangle
a symmetric coefficient matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.