invcov2parcor_array {nethet} | R Documentation |
Convert inverse covariance to partial correlation for several inverse covariance matrices collected in an array.
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
invcov.array = sapply(1:5, function(x) generate_inv_cov(p=25), simplify='array') p.corr = invcov2parcor_array(invcov.array)