Description Usage Arguments Value Examples
View source: R/Precision2PartialCor.R
This function takes an inverse covariance (or precision) matrix as input and computes the partial correlation matrix.
1 |
xx |
The inverse covariance matrix. |
pcor |
The partial correlation matrix |
.
1 2 | A <- matrix(rnorm(100),10)
Precision2PartialCor(xx = A%*%t(A))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.