Test_DF_Correlations: A Function estimate the correlation among all columns in a...

View source: R/Test_DF_Correlations.R

Test_DF_CorrelationsR Documentation

A Function estimate the correlation among all columns in a data frame, categorical and quantitative

Description

This function estimates the correlation structure among all columns in a data frame

Usage

Test_DF_Correlations(df, report_progress = FALSE)

Arguments

df

a data frame of data, can contain both numeric (quantitative) and factor (categorical) data

Examples

Test_DF_Correlations()

hughesevoanth/moosefun documentation built on Aug. 22, 2022, 7:04 a.m.