get_pcor {pcsstools} | R Documentation |
Approximate the partial correlation of Y and Z given X
Description
Approximate the partial correlation of Y and Z given X
Usage
get_pcor(covs, cors = cov2cor(covs))
Arguments
covs |
Covariance matrix of X, Y, and Z. |
cors |
Correlation matrix of X, Y, and Z. |
Value
Approximated partial correlation of the later two terms given the first
[Package pcsstools version 0.1.2 Index]