cor_labels: Generate labels for correlations from a vector of variable...

View source: R/utility.R

cor_labelsR Documentation

Generate labels for correlations from a vector of variable names

Description

This function returns a vector of labels for the unique correlations between pairs of variables from a supplied vector of variable names

Usage

cor_labels(var_names)

Arguments

var_names

A character vector of variable names

Value

A vector of correlation labels

Examples

cor_labels(colnames(mindfulness$r))

bwiernik/configural documentation built on March 18, 2024, 11:02 p.m.