gMCPLite is a fork of gMCP for graph-based multiple comparison procedures, with the following features:
hGraph()
function for ggplot2 visualizations.
It bridges gMCP result objects and gsDesign to produce multiple
comparison graphs and sequential graph updates.A Shiny app is also available to generate graphs of multiple comparisons and update graphs based on graphical approach.
# The easiest way to get gMCPLite is to install:
install.packages("gMCPLite")
# Alternatively, install development version from GitHub:
# install.packages("remotes")
::install_github("Merck/gMCPLite") remotes