parcor_ijkOLD: Generalized partial correlation coefficient between Xi and Xj after removing the
effect of all others. (older version, deprecated)
Description
This function uses a generalized correlation matrix R* as input to compute
generalized partial correlations between \(X_i\) and \(X_j\)
where j can be any one of the remaining
variables. Computation removes the effect of all other variables in the matrix.
The user is encouraged to remove all known irrelevant rows and columns
from the R* matrix before submitting it to this function.
Usage
parcor_ijkOLD(x, i, j)
Value
ouij
Partial correlation Xi with Xj (=cause) after removing all other X's
ouji
Partial correlation Xj with Xi (=cause) after removing all other X's
myk
A list of column numbers whose effect has been removed
Arguments
x
Input a p by p matrix R* of generalized correlation coefficients.