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 th…
R
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
R update for CRAN version Oct 18, 2016
inst
man update for CRAN version Oct 18, 2016
vignettes all checks passed Sep 19, 2013
.gitignore Initial commit Sep 12, 2013
.project update for CRAN version Oct 18, 2016
DESCRIPTION CRAN Version Oct 18, 2016
NAMESPACE CRAN Version Oct 18, 2016
NEWS roxygen help, no warnings, no notes on CHECK Oct 8, 2013
README Added description of dependencies for Linux users Jul 8, 2016

README

VIMGUI
======

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. A graphical user interface allows an easy handling of the implemented plot methods.

### Installation prerequisites

Linux users need to pre-install a few external libraries in order to install the package. Under Ubuntu or Debian you can do:

```
sudo apt-get install libgtk2.0-dev BWidgets tk-dev
```