guimidrangeMCP {midrangeMCP} | R Documentation |
Graphical User Interface for midrangeMCP function
Description
guimidrangeMCP
A Graphical User Interface (GUI) for
function that returns the MGM, MGR, SNKM and TM tests
Usage
guimidrangeMCP(gui = TRUE)
Arguments
gui |
Logical argument, |
Value
guimidrangeMCP
presents a GUI for the results of the four multiple
comparison procedures MGM, MGR, SNKM and TM tests. 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(midrangeMCP)
if (interactive()) {
guimidrangeMCP(gui = FALSE)
}
[Package midrangeMCP version 3.1.1 Index]