Learn R Programming

A GUI for Missing Data Exploration

Install

GTK+ is required to install this package. To install GTK+, try the following line in R:

install.packages('RGtk2')

If any error occurs, then run the above line again. If GTK+ can still not be installed, visit http://www.gtk.org/download/ and install GTK+ 2.x. (For Mac OS users, visit http://r.research.att.com/ to get the recent GTK+ 2.x framework binary.) Then run the above R code again.

After installing the RGtk2 package, run

install.packages('MissingDataGUI')

Copy Link

Version

Install

install.packages('MissingDataGUI')

Monthly Downloads

101

Version

0.2-5

License

GPL (>= 2.0)

Maintainer

Last Published

April 25th, 2016

Functions in MissingDataGUI (0.2-5)

brfss

The Behavioral Risk Factor Surveillance System (BRFSS) Survey Data, 2009.
scale_fill_discrete

Change the discrete fill scale for the plots generated by ggplot2
scale_colour_discrete

Change the discrete color scale for the plots generated by ggplot2
MissingDataGUI-package

A Graphical User Interface for Exploring Missing Values in Data
MissingDataGUI

The Starting of Missing Data GUI.
tao

West Pacific Tropical Atmosphere Ocean Data, 1993 & 1997.
WatchMissingValues

The Main Window of Missing Data GUI.
compute_missing_pct

Compute the numeric summary of the missingness
imputation

Impute the missing data with the method selected under the condition.