All Projects → statistikat → VIM

statistikat / VIM

Licence: other
Visualization and Imputation of Missing Values

Programming Languages

r
7636 projects
C++
36643 projects - #6 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to VIM

missCompare
missCompare R package - intuitive missing data imputation framework
Stars: ✭ 31 (-51.56%)
Mutual labels:  imputation-methods
rMIDAS
R package for missing-data imputation with deep learning
Stars: ✭ 20 (-68.75%)
Mutual labels:  imputation-methods

VIM

R-CMD-check Codecov test coverage CRAN status Downloads Mentioned in Awesome Official Statistics

This package introduces new tools for the visualization of missing and/or imputed values, which can be used for exploring the data and the structure of the missing and/or imputed values. Depending on this structure of the missing values, the corresponding methods may help to identify the mechanism generating the missings and allows to explore the data including missing values. In addition, the quality of imputation can be visually explored using various univariate, bivariate, multiple and multivariate plot methods.

Installation

## Install release version from CRAN
install.packages("VIM")

## Install development version from GitHub
remotes::install_github("statistikat/VIM")

Usage

The core functionality of VIM can be categorized into two groups

  1. Imputation functions such as kNN() and hotdeck() implement techniques to replace missing values with imputed values.
  2. Visualization functions such as histMiss() or barMiss() provide extensions of common base graphics which use a special way of highlighting missing and imputed values. For more details, see the visualization vignette.

Additionaly, datasets are included to showcase the functions mentioned above. Other functions provide tabular aggregations of missings and visualization of spatial data.

Further reading

Publications

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].