partial.cor {Rcmdr} | R Documentation |
Computes a matrix of partial correlations between each pair of variables controlling for the others.
partial.cor(X, ...)
X |
data matrix. |
... |
arguments to be passed to cor . |
Returns a matrix of partial correlations.
John Fox jfox@mcmaster.ca
data(DavisThin) partial.cor(DavisThin)