guiMCP {MCPtests} | R Documentation |
guiMCP
A Graphical User Interface (GUI) for
the MCP package
guiMCP(gui = TRUE)
gui |
Logical argument, |
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.
# Loading package
library(MCPtests)
if (interactive()) {
guiMCP(gui = FALSE)
}