gMCPLite
is a fork of gMCP
for graph-based multiple comparison procedures, with the following features:
- Kept a selected subset of the original functions.
- Removed the
rJava
dependency and the Java-based graphical interface. - Added an
hGraph()
function forggplot2
visualizations. It bridgesgMCP
result objects andgsDesign
to produce multiple comparison graphs and sequential graph updates.
Installation
# The easiest way to get gMCPLite is to install:
install.packages("gMCPLite")
# Alternatively, install development version from GitHub:
# install.packages("remotes")
remotes::install_github("Merck/gMCPLite")