corList: List of correlation coefficients

View source: R/corList.R

corListR Documentation

List of correlation coefficients

Description

List all correlations in a correlation matrix without duplicates.

[Stable]

Usage

corList(x, ...)

Arguments

x

a numeric vector, matrix or data frame.

...

arguments passed to the cor function.

Value

corList returns a list of correlations

Author(s)

Mathijs Deen

Examples

mtcars[,c("mpg","disp", "hp", "drat", "wt", "qsec")] |>
  corList(method="spearman")

MDMA documentation built on April 3, 2025, 11:10 p.m.

Related to corList in MDMA...