README.md

autoEDA - Automated exploratory data analysis

Introduction

autoEDA aims to automate exploratory data analysis in a univariate or bivariate manner. It has the ability to output plots created with the ggplot2 library and themes inspired by RColorBrewer. The main ability involves seemlessly cleaning and pre-processing your data inorder for plots to display adequately.

Installation

install.packages('devtools')

library(devtools)

devtools::install_github("XanderHorn/autoEDA")

library(autoEDA)

Use

Please refer to the help files for each function.

Examples

Below are some examples of plots produced.

Continuous outcome (Regression problems)

Example plots for a regression problem.

regression

Categorical outcome (Classification problems)

Example plots for a classification problem.

classification

Univariate analysis

univariate

Plot types

Categorical plot types:

categorical

Continuous plot types:

continuous

Themes

Available color themes.

themes



XanderHorn/autoEDA documentation built on June 21, 2019, 9:40 a.m.