View source: R/mutualInformation.R
mutualInformation | R Documentation |
Computes the mutual information from one node to all other nodes, or between sets of nodes.
mutualInformation(ggm, from, to = "all", covMat)
ggm |
Partial correlation network. Can be missing if 'covMat' is supplied. |
from |
Integer vector corresponding to one set of nodes. Defaults to all nodes. |
to |
Integer vector corresponding to another set of nodes, or |
covMat |
Variance-covariance matrix. Can be missing if 'ggm' is supplied. |
Sacha Epskamp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.