guiMCP: Graphical User Interface for MCPtests package

Description Usage Arguments Value Examples

View source: R/guiMCP.R

Description

guiMCP A Graphical User Interface (GUI) for the MCP package

Usage

1
guiMCP(gui = TRUE)

Arguments

gui

Logical argument, TRUE or FALSE. The default is TRUE

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

1
2
3
4
5
# Loading package
library(MCPtests)
if (interactive()) {
  guiMCP(gui = FALSE)
}

MCPtests documentation built on Dec. 17, 2020, 5:09 p.m.

Related to guiMCP in MCPtests...