partial.cor {Rcmdr}R Documentation

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.

Author(s)

John Fox jfox@mcmaster.ca

See Also

cor

Examples

    library(car)
    data(DavisThin)
    partial.cor(DavisThin)

[Package Rcmdr version 1.8-4 Index]