Learn R Programming

compareGroups (version 3.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, using a graphical interface.

Usage

cGroupsGUI(X)

Arguments

X

a matrix or a data.frame. 'X' must exist in .GlobalEnv.

Details

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

See Also

cGroupsWUI, compareGroups, createTable

Examples

Run this code
# NOT RUN {
data(regicor)
cGroupsGUI(regicor)
# }

Run the code above in your browser using DataLab