Other packages > Find by keyword >

dlookr  

Tools for Data Diagnosis, Exploration, Transformation
View on CRAN: Click here


Download and install dlookr package within the R console
Install from CRAN:
install.packages("dlookr")

Install from Github:
library("remotes")
install_github("cran/dlookr")

Install by package version:
library("remotes")
install_version("dlookr", "0.6.3")



Attach the package and use:
library("dlookr")
Maintained by
Choonghyun Ryu
[Scholar Profile | Author Map]
First Published: 2018-04-27
Latest Update: 2023-07-01
Description:
A collection of tools that support data diagnosis, exploration, and transformation. Data diagnostics provides information and visualization of missing values, 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 the relationship between the target variable and predictor. Data transformation supports binning for categorizing continuous variables, imputes missing values and outliers, and resolves skewness. And it creates automated reports that support these three tasks.
How to cite:
Choonghyun Ryu (2018). dlookr: Tools for Data Diagnosis, Exploration, Transformation. R package version 0.6.3, https://cran.r-project.org/web/packages/dlookr. Accessed 08 May. 2025.
Previous versions and publish date:
0.3.0 (2018-04-27 12:25), 0.3.2 (2018-07-21 06:40), 0.3.8 (2019-02-10 06:23), 0.3.9 (2019-03-16 07:00), 0.3.11 (2019-08-19 17:10), 0.3.12 (2019-10-21 08:50), 0.3.13 (2020-01-09 08:00), 0.3.14 (2020-11-17 09:20), 0.4.0 (2021-01-27 07:30), 0.4.1 (2021-02-05 06:50), 0.4.2 (2021-02-12 17:50), 0.4.3 (2021-03-12 09:00), 0.4.4 (2021-03-21 17:10), 0.4.5 (2021-05-29 09:40), 0.5.0 (2021-07-30 07:00), 0.5.1 (2021-09-02 23:10), 0.5.2 (2021-11-22 09:20), 0.5.3 (2021-11-29 06:40), 0.5.4 (2021-12-06 11:40), 0.5.5 (2022-04-04 01:30), 0.5.6 (2022-04-11 17:12), 0.6.0 (2022-06-07 06:30), 0.6.1 (2022-11-08 06:10), 0.6.2 (2023-07-01 09:40)
Other packages that cited dlookr R package
View dlookr citation profile
Other R packages that dlookr depends, imports, suggests or enhances
Complete documentation for dlookr
Functions, R codes and Examples using the dlookr R package
Some associated functions: binning . binning_by . binning_rgr . compare_category.data.frame . compare_numeric.data.frame . correlate.data.frame . cramer . describe.data.frame . describe.tbl_dbi . diagnose.data.frame . diagnose.tbl_dbi . diagnose_category.data.frame . diagnose_category.tbl_dbi . diagnose_numeric.data.frame . diagnose_numeric.tbl_dbi . diagnose_outlier.data.frame . diagnose_outlier.tbl_dbi . diagnose_paged_report.data.frame . diagnose_paged_report.tbl_dbi . diagnose_report.data.frame . diagnose_report.tbl_dbi . diagnose_sparese.data.frame . diagnose_web_report.data.frame . diagnose_web_report.tbl_dbi . dlookr-deprecated . dlookr-package . dlookr_orange_paged . dlookr_templ_html . eda_paged_report.data.frame . eda_paged_report.tbl_dbi . eda_report.data.frame . eda_report.tbl_dbi . eda_web_report.data.frame . eda_web_report.tbl_dbi . entropy . extract.bins . find_class . find_na . find_outliers . find_skewness . get_class . get_column_info . get_os . get_percentile . get_transform . heartfailure . import_google_font . imputate_na . imputate_outlier . jobchange . jsd . kld . kurtosis . normality.data.frame . normality.tbl_dbi . overview . performance_bin . plot.bins . plot.compare_category . plot.compare_numeric . plot.correlate . plot.imputation . plot.infogain_bins . plot.optimal_bins . plot.overview . plot.performance_bin . plot.pps . plot.relate . plot.transform . plot.univar_category . plot.univar_numeric . plot_bar_category.data.frame . plot_box_numeric.data.frame . plot_correlate.data.frame . plot_correlate.tbl_dbi . plot_hist_numeric.data.frame . plot_na_hclust . plot_na_intersect . plot_na_pareto . plot_normality.data.frame . plot_normality.tbl_dbi . plot_outlier.data.frame . plot_outlier.target_df . plot_outlier.tbl_dbi . plot_qq_numeric.data.frame . pps . print.relate . relate . skewness . summary.bins . summary.compare_category . summary.compare_numeric . summary.correlate . summary.imputation . summary.optimal_bins . summary.overview . summary.performance_bin . summary.pps . summary.transform . summary.univar_category . summary.univar_numeric . target_by.data.frame . target_by.tbl_dbi . theil . transform . transformation_paged_report . transformation_report . transformation_web_report . univar_category.data.frame . univar_numeric.data.frame . 
Some associated R codes: EDA.R . aggregate.R . binning.R . combination.R . compare.R . correlate.R . diagnose.R . discribe.R . dlookr-deprecated.R . dlookr.R . dlookr_templ_html.R . dlookr_templ_paged.R . graphics.R . heartfailure.R . html_diagnose.R . html_eda.R . html_transformation.R . imputation.R . jobchange.R . missing.R . normality.R . onLoad.R . overview.R . paged.R . pps.R . report.R . report_tbl_dbi.R . stats.R . target_by.R . tbl_dbi.R . transform.R . univariate.R . utils.R . zzz.R .  Full dlookr package functions and examples
Downloads during the last 30 days
04/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/0505/06Downloads for dlookr406080100120140160180TrendBars

Today's Hot Picks in Authors and Packages

gaussDiff  
Difference measures for multivariate Gaussian probability density functions
A collection difference measures for multivariate Gaussian probability density functions, such as t ...
Download / Learn more Package Citations See dependency  
gms  
'GAMS' Modularization Support Package
A collection of tools to create, use and maintain modularized model code written in the modeling la ...
Download / Learn more Package Citations See dependency  
trajr  
Animal Trajectory Analysis
A toolbox to assist with statistical analysis of animal trajectories. It provides simple access to a ...
Download / Learn more Package Citations See dependency  
MultiATSM  
Multicountry Term Structure of Interest Rates Models
Estimation routines for several classes of affine term structure of interest rates models. All the m ...
Download / Learn more Package Citations See dependency  
MXM  
Feature Selection (Including Multiple Solutions) and Bayesian Networks
Many feature selection methods for a wide range of response variables, including minimal, statistica ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA