guiMCP {MCPtests} | R Documentation |
Graphical User Interface for MCPtests package
Description
guiMCP
A Graphical User Interface (GUI) for
the MCP package
Usage
guiMCP(gui = TRUE)
Arguments
gui |
Logical argument, |
Value
guiMCP
presents a GUI for the results of the multiple
comparison procedures in the literature. In addition, the GUI
returns a graph of the results, as well as the export of these results
to three types of file extension and latex code.
Examples
# Loading package
library(MCPtests)
if (interactive()) {
guiMCP(gui = FALSE)
}
[Package MCPtests version 1.0.1 Index]