topCor: A function to rank correlation coefficients

Description Usage Arguments Value Author(s) Examples

View source: R/topCor.R

Description

This function sorts the lower triangular part of the correlation matrix in descending order according to the absolute value of the correlation coefficient

Usage

1
topCor(df, pairwiseCompleteObs = F, removeDateCol = T)

Arguments

df

Data frame which should be annalyzed

pairwiseCompleteObs

logical, turn on the option use="pairwise.complete.obs" in the calculation of the correlation coefficents

Value

A data frame with the correlation coefficents in descending order

Author(s)

Johan Gudmundsson, jgu@blackwoodseven.com

Examples

1

joh4n/JGTools documentation built on May 24, 2019, 4:06 a.m.