migui {migui} | R Documentation |
Function to Execute the Graphical User Interface
Description
This function intiates the Graphical User Interface (GUI) for the mi package, making it easier to walk through the series of steps that are necessary to impute missing values and analyze completed data
Usage
migui(tk = "tcltk")
Arguments
tk |
Character string indicating which toolkit to use. Currently,
only |
Value
Nothing is returned.
Note
The GUI requires one of the backends supported by the gWidgets2 package. At the moment, the only backend that is still on CRAN is provided by the gWidgets2tcltk package.
Author(s)
Ben Goodrich
See Also
Examples
## Not run:
migui("RGtk2")
## End(Not run)
[Package migui version 1.3 Index]