Title: | Graphical User Interface to the 'mi' Package |
---|---|
Description: | This GUI for the mi package walks the user through the steps of multiple imputation and the analysis of completed data. |
Authors: | Bob Carpenter [ctb], Ben Goodrich [cre, aut], Yu-Sung Su [ctb] |
Maintainer: | Ben Goodrich <[email protected]> |
License: | GPL (>= 2) |
Version: | 1.3 |
Built: | 2024-11-15 04:51:45 UTC |
Source: | https://github.com/cran/migui |
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
migui(tk = "tcltk")
migui(tk = "tcltk")
tk |
Character string indicating which toolkit to use. Currently,
only |
Nothing is returned.
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.
Ben Goodrich
## Not run: migui("RGtk2") ## End(Not run)
## Not run: migui("RGtk2") ## End(Not run)