Learn R Programming

migui (version 1.3)

migui: 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.

See Also

mi-package

Examples

Run this code
# NOT RUN {
migui("RGtk2")
# }

Run the code above in your browser using DataLab