minimum.abs.pcor: The minimum absolute first order partial correlation

Description Usage Arguments Value Author(s) See Also Examples

Description

This functions computes all first order partial correlations and retuns the partial correlation with the least absolute size.

Usage

1

Arguments

S

A numeric covariancematrix

Value

A numeric matrix.

Author(s)

Anders Ellern Bilgrau <anders.ellern.bilgrau (at) gmail.com>

See Also

pcor

Examples

1
2
3
4
X <- replicate(3, rnorm(5))
dimnames(X) <- list(paste0("obs", 1:nrow(X)), paste0("var", 1:ncol(X)))
S <- cor(X)
minimum.abs.pcor(S)

AEBilgrau/Bmisc documentation built on May 5, 2019, 11:28 a.m.