correlation: correlation

View source: R/correlation.R

correlationR Documentation

correlation

Description

correlation

Usage

correlation(
  data,
  ...,
  decimals = 2,
  show.errors = TRUE,
  show.warnings = TRUE,
  DEBUG = FALSE,
  p.sig = 0.05,
  spearman.cutoff = c(0.25, 0.5, 0.7),
  spearman.labels = c("weak", "moderate", "strong"),
  pearson.cutoff = c(0.25, 0.5, 0.7),
  pearson.labels = c("weak", "moderate", "strong"),
  kendall.cutoff = c(0.25, 0.5, 0.7),
  kendall.labels = c("weak", "moderate", "strong"),
  inv.string = "(inv)",
  method = c("auto", "pearson", "spearman", "kendall"),
  lang = c("en", "es")
)

Arguments

lang

feranpre/udaicR documentation built on July 15, 2022, 12:54 p.m.