Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Kornelius Rohmeyer edited this page Jul 9, 2013 · 5 revisions

Welcome to the gMCP wiki!

This gMCP package provides functions and a graphical user interface for graphical described multiple test procedures (sequentially rejective, Simes and parametric).

Feature list:

  • Create graphs with drag'n'drop or directly in R.
  • S4 objects for graphs and corresponding tests.
  • All steps can either be done in the R console or in the GUI.
  • Support for epsilon edges and graphs with variables.
  • LaTeX and PDF/PNG export of single graphs or full reports.
  • Sequentially rejective Bonferroni, Simes and parametric tests.
  • Adjusted p-values.
  • Confidence intervals.
  • Huge collection of example graphs from the literature.

GUI screenshot

Archive of old versions:

You can install any old versions directly with the install_github command from package devtools:

install_github("gMCP", username="kornl", subdir="pkg/gMCP", ref="v0.8-2") (In some cases the version tags prior to 0.8-2 may be off by one or two minor commits compared to the CRAN releases. If you really need an specific ancient gMCP version, please take it from the CRAN archive.)

Clone this wiki locally