Learn R Programming

gMCP (version 0.3-2)

gMCP-package: A graphical approach to sequentially rejective multiple test procedures

Description

This package provides functions and graphical user interfaces for graphical described sequentially rejective multiple test procedures.

Arguments

Details

ll{ Package: gMCP Type: Package License: GPL (>= 2) LazyLoad: yes }

The package gMCP helps with the following steps of performing a sequentially rejective multiple test procedure:

1. Creating a object of graphMCP (which is a subclass of graphNEL from package graph that contains some additional information) that represents a sequentially rejective multiple test procedure. This can be done directly via the new method or a graphical user interface by calling graphGUI.

2. Calling gMCP or graphGUI.

3. Exporting the results (optional with all sequential steps) as LaTeX or PDF report.

References

Frank Bretz, Willi Maurer, Werner Brannath, Martin Posch: A graphical approach to sequentially rejective multiple test procedures. Statistics in Medicine 2009 vol. 28 issue 4 page 586-604. http://www.meduniwien.ac.at/fwf_adaptive/papers/bretz_2009_22.pdf

Examples

Run this code
g5 <- createBonferroniHolmGraph(5)
graphGUI("g5")
gMCP(g5, pvalues=c(0.1,0.2,0.4,0.4,0.4))

Run the code above in your browser using DataLab