Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mutualInformation

Computes the mutual information between nodes


Description

Computes the mutual information from one node to all other nodes, or between sets of nodes.

Usage

mutualInformation(ggm, from, to = "all", covMat)

Arguments

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 'all' to compute the mutual information of each node to all other nodes.

covMat

Variance-covariance matrix. Can be missing if 'ggm' is supplied.

Author(s)

Sacha Epskamp


qgraph

Graph Plotting Methods, Psychometric Data Visualization and Graphical Model Estimation

v1.6.9
GPL-2
Authors
Sacha Epskamp [aut, cre], Giulio Costantini [aut], Jonas Haslbeck [aut], Adela Isvoranu [aut], Angelique O. J. Cramer [ctb], Lourens J. Waldorp [ctb], Verena D. Schmittmann [ctb], Denny Borsboom [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.