guimidrangeMCP: Graphical User Interface for midrangeMCP function

Description Usage Arguments Value Examples

View source: R/guimidrangeMCP(tcltk).R

Description

guimidrangeMCP A Graphical User Interface (GUI) for function that returns the MGM, MGR, SNKM and TM tests

Usage

1

Arguments

gui

Logical argument, TRUE or FALSE. The default is TRUE

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

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

bendeivide/midrangeMCP documentation built on June 2, 2021, 4:06 a.m.