Description Usage Arguments Value Examples
Convert inverse covariance to partial correlation for several inverse covariance matrices collected in an array.
1 | invcov2parcor_array(invcov.array)
|
invcov.array |
Array of inverse covariance matrices, of dimension numNodes by numNodes by numComps. |
Array of partial correlation matrices of dimension numNodes by numNodes by numComps
1 2 | invcov.array = sapply(1:5, function(x) generate_inv_cov(p=25), simplify='array')
p.corr = invcov2parcor_array(invcov.array)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.