Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
R
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
R |
|
|
|
|
inst | ||
|
|
man |
|
|
|
|
vignettes |
|
|
|
|
.gitignore |
|
|
|
|
.project |
|
|
|
|
DESCRIPTION |
|
|
|
|
NAMESPACE |
|
|
|
|
NEWS |
|
|
|
|
README |
|
|
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 ```