correl: Calculate correlations between any types of variables

View source: R/data_functions.R

correlR Documentation

Calculate correlations between any types of variables

Description

Calculate correlations between any types of variables

Usage

correl(x, y, method_numeric = "spearman", na.omit = TRUE, ...)

Arguments

na.omit

Examples

correl(1:10, sample(1:10))
correl(rep(LETTERS, 5), seq(rep(LETTERS, 5)))
correl(rep(LETTERS, 10), sample(rep(LETTERS, 10)))

AlexanderKirchmair/datamisc documentation built on June 13, 2025, 5:26 a.m.