d-ghale/easyDataScience: Data Exploration and Data Modeling made easy

Built-in functions to make some of the fundamental steps in data exploration and modeling easily available. With any data science preoject the first thing we do is calculate basic statistics like mean, median, max to get a sense of what data we are looking at. However the base summary() function is only useful for numeric and logical type variables since we cannot compute mean, median, etc, on character and logical types. Therefore we added the count of unique values in the summary(). Also the functions' output is not in tidy format. We transform each variable as a row and each type of statistics as a column with its corresponding value.

Getting started

Package details

Maintainer
LicenseWhat license is it under?
Version0.0.0.9000
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("d-ghale/easyDataScience")
d-ghale/easyDataScience documentation built on May 11, 2019, 7:26 p.m.