table_correlates: Create table with correlations between variables

table_correlatesR Documentation

Create table with correlations between variables

Description

Create table with correlations between variables

Usage

table_correlates(data, method = "pearson")

Arguments

data

a dataset with info on continents if breakdown by continent is required (optional)

method

a character string indicating which correlation coefficient (or covariance) is to be computed. One of "pearson" (default), "kendall", or "spearman": can be abbreviated.

Value

a correlation matrix

Examples

# see see ?rangeRinPA


courtiol/rangeRinPA documentation built on Sept. 29, 2022, 9:54 a.m.