Learn R Programming

configural (version 0.1.5)

cor_labels: 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)

Value

A vector of correlation labels

Arguments

var_names

A character vector of variable names

Examples

Run this code
cor_labels(colnames(mindfulness$r))

Run the code above in your browser using DataLab