migui: Function to Execute the Graphical User Interface

View source: R/migui.R

miguiR 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 "tcltk" (the default) is viable.

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

mi-package

Examples

## Not run: 
migui("RGtk2")

## End(Not run)

migui documentation built on June 8, 2022, 5:07 p.m.

Related to migui in migui...