Learn R Programming

dlookr (version 0.3.9)

dlookr-package: dlookr: Tools for Data Diagnosis, Exploration, Transformation

Description

dlookr provides data diagnosis, data exploration and transformation of variables during data analysis.

Arguments

Details

It has three main goals:

  • When data is acquired, it is possible to judge whether data is erroneous or to select a variable to be corrected or removed through data diagnosis.

  • Understand the distribution of data in the EDA process. We can also understand the relationship between target variables and predictor variables for the prediction model.

  • Imputates including missing value and outlier, standardization and resolving skewness, and binning of continuous variables.

To learn more about dlookr, start with the vignettes: `browseVignettes(package = "dlookr")`

See Also

Useful links: