eda_analysis: exploratory_data_analysis

Description Usage Arguments Value Examples

View source: R/eda_analysis.R

Description

splits the data into train and test dataframe, provides statistical summary of the variables for a dataframe. Additionally, the function provides a correlation metric of each numeric variable.

Usage

1

Arguments

df

The features of the training set

Value

a list

Examples

1
2
3
res <- eda_analysis(mtcars)
head <- res$data_head
summary <- res$data_summary

UBC-MDS/easymlr documentation built on March 22, 2021, 1:46 p.m.