| cGroupsGUI | R Documentation |
This function allows the user to build tables in an easy and intuitive way and to modify several options, using a graphical interface.
cGroupsGUI(X)
X |
a matrix or a data.frame. 'X' must exist in |
See the vignette for more detailed examples illustrating the use of this function.
If a data.frame or a matrix is passed through 'X' argument or is loaded by the 'Load data' GUI menu, this object is placed in the .GlobalEnv. Manipulating this data.frame or matrix while GUI is opened may produce an error in executing the GUI operations.
cGroupsWUI, compareGroups, createTable
## Not run:
data(regicor)
cGroupsGUI(regicor)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.