Learn R Programming

⚠️There's a newer version (0.6.3) of this package.Take me there.

dlookr (version 0.3.13)

Tools for Data Diagnosis, Exploration, Transformation

Description

A collection of tools that support data diagnosis, exploration, and transformation. Data diagnostics provides information and visualization of missing values and outliers and unique and negative values to help you understand the distribution and quality of your data. Data exploration provides information and visualization of the descriptive statistics of univariate variables, normality tests and outliers, correlation of two variables, and relationship between target variable and predictor. Data transformation supports binning for categorizing continuous variables, imputates missing values and outliers, resolving skewness. And it creates automated reports that support these three tasks.

Copy Link

Version

Install

install.packages('dlookr')

Monthly Downloads

2,298

Version

0.3.13

License

GPL-2 | file LICENSE

Maintainer

Choonghyun Ryu

Last Published

January 9th, 2020

Functions in dlookr (0.3.13)

describe

Compute descriptive statistic
correlate

Compute the correlation coefficient between two numerical data
diagnose_category

Diagnose data quality of categorical variables
diagnose_category.tbl_dbi

Diagnose data quality of categorical variables in the DBMS
diagnose

Diagnose data quality of variables
diagnose.tbl_dbi

Diagnose data quality of variables in the DBMS
describe.tbl_dbi

Compute descriptive statistic
binning

Binning the Numeric Data
correlate.tbl_dbi

Compute the correlation coefficient between two numerical data
binning_by

Optimal Binning for Scoring Modeling
eda_report.tbl_dbi

Reporting the information of EDA for table of the DBMS
get_class

Extracting a class of variables
diagnose_numeric.tbl_dbi

Diagnose data quality of numerical variables in the DBMS
find_skewness

Finding skewed variables
diagnose_numeric

Diagnose data quality of numerical variables
find_class

Extract variable names or indices of a specific class
diagnose_outlier

Diagnose outlier of numerical variables
diagnose_outlier.tbl_dbi

Diagnose outlier of numerical variables in the DBMS
get_os

Finding Users Machine's OS
get_column_info

Describe column of table in the DBMS
plot.bins

Visualize Distribution for an "bins" object
dlookr-package

dlookr: Tools for Data Diagnosis, Exploration, Transformation
plot.relate

Visualize Information for an "relate" Object
summary.imputation

Summarizing imputation information
plot.optimal_bins

Visualize Distribution for an "optimal_bins" Object
summary.transform

Summarizing transformation information
plot_normality

Plot distribution information of numerical data
imputate_outlier

Imputate Outliers
imputate_na

Imputate Missing values
plot_correlate.tbl_dbi

Visualize correlation plot of numerical data
eda_report

Reporting the information of EDA
find_na

Finding variables including missing values
diagnose_report

Reporting the information of data diagnosis
plot_outlier.tbl_dbi

Plot outlier information of numerical data diagnosis in the DBMS
print.relate

Summarizing relate information
plot_outlier

Plot outlier information of numerical data diagnosis
summary.bins

Summarizing Binned Variable
find_outliers

Finding variables including outliers
relate

Relationship between target variable and variable of interest
plot_normality.tbl_dbi

Plot distribution information of numerical data
diagnose_report.tbl_dbi

Reporting the information of data diagnosis for table of the DBMS
normality

Performs the Shapiro-Wilk test of normality
plot.imputation

Visualize Information for an "imputation" Object
transform

Data Transformations
transformation_report

Reporting the information of transformation
normality.tbl_dbi

Performs the Shapiro-Wilk test of normality
plot.transform

Visualize Information for an "transform" Object
target_by.tbl_dbi

Target by one column in the DBMS
target_by

Target by one variables
plot_correlate

Visualize correlation plot of numerical data