icov | R Documentation |
Extract the estimated inverse covariance from an msfit_ggm
object.
Bayesian model averaging is used, optionally entries with posterior probability of being non-zero below a threshold are set to 0.
icov(fit, threshold)
fit |
Object of class |
threshold |
Entries with posterior probability of being non-zero
below threshold are set to 0. If missing this argument is ignored and
no entries are set to exact zeroes. When the goal is to identify
zeroes, a sensible default is |
The inverse covariance is obtained via Bayesian model averaging, using
posterior samples of Omega. When threshold
is specified,
entries in the BMA estimate are set to zero, which may result in a non
positive-definite matrix.
Estimated inverse covariance matrix.
David Rossell
modelSelectionGGM
,
coef.msfit_ggm
for Bayesian model averaging estimates and
intervals.
## See modelSelectionGGM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.