Learn R Programming

compareGroups (version 0.1-3)

cGroupsGUI: Graphical user interface to create tables of descriptives by groups (bivariate tables)

Description

This function allows the user to build tables in an easy and intuitive way, and to modify several options, by using a graphical interface.

Usage

cGroupsGUI(X)

Arguments

X
a matrix or a data.frame. 'X' must exist in .GlobalEnv. If missing, regicor data is loaded

Details

See the vignette to see more detailed examples illustrating the use of this function.

See Also

compareGroups, createTable

Examples

Run this code
data(myData)
cGroupsGUI(myData)

Run the code above in your browser using DataLab