Description Author(s) See Also
Almost every data analysis project involves the process of doing some exploratory data analysis(EDA) and data preprocessing. Usually they serve as a very crucial and inevitable step in a data analysis workflow. There are some very common tasks in EDA, which can include checking missing values, detecting outliers, ploting correlation plots between features and ploting histograms/bar plots for each individual features. Typically these steps are followed by some preprocesing like imputation and dealing with outliers. All of those steps together may require lots of coding effort and can be repeated for several projects. To solve this issue, we designed this R package eaziReda that wraps all of those lines of code into four convenient functions that will allow you to quickly and easily carry out EDA along with some simple preprocessing using just four lines of code!
Maintainer: Dustin Andrews dandrew9@student.ubc.ca
Authors:
Vignesh Rajakumar
Arash Shamseddini
Yuyan Guo
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.