cor2df {radiant.basics}R Documentation

Store a correlation matrix as a (long) data.frame

Description

Store a correlation matrix as a (long) data.frame

Usage

cor2df(object, labels = c("label1", "label2"), ...)

Arguments

object

Return value from correlation

labels

Column names for the correlation pairs

...

further arguments passed to or from other methods

Details

Return the correlation matrix as a (long) data.frame. See https://radiant-rstats.github.io/docs/basics/correlation.html for an example in Radiant


[Package radiant.basics version 1.6.6 Index]