Rdocumentation
powered by
Learn R Programming
QCAGUI (version 1.9-6)
partial.cor: Partial Correlations
Description
Computes a matrix of partial correlations between each pair of variables controlling for the others.
Usage
partial.cor(X, ...)
Arguments
X
data matrix.
...
arguments to be passed to
cor
.
Value
Returns a matrix of partial correlations.
See Also
cor