cor_labels {configural} | R 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))
[Package configural version 0.1.5 Index]