partial.cor: Partial Correlations

Description Usage Arguments Value Author(s) See Also Examples

Description

Computes a matrix of partial correlations between each pair of variables controlling for the others.

Usage

1

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

1
2
3
    library(car)
    data(DavisThin)
    partial.cor(DavisThin)

Rcmdr1 documentation built on May 2, 2019, 4:30 p.m.