Project Status: Active – The project has reached a stable, usable state and is being actively developed. CRAN status CRAN monthly downloads CRAN total downloads Code Coverage

graphicalMCP

Introduction

Graphical approaches for multiple comparison procedures (MCPs) are a general framework to control the family-wise error rate strongly at a pre-specified significance level \(0<\alpha<1\). This approach includes many commonly used MCPs as special cases and is transparent in visualizing MCPs for better communications. graphicalMCP is designed to design and analyze graphical MCPs in a flexible, informative and efficient way.

Installation

Release

You can install the current release version from CRAN with:

install.packages("graphicalMCP")

Development

You can install the current development version from GitHub with:

# install.packages("pak")
pak::pak("openpharma/graphicalMCP")

Documentation

Related work

Built upon these packages, we hope to implement graphical MCPs in a more general framework, with fewer dependencies and simpler S3 classes, and without losing computational efficiency.

Acknowledgments

Along with the authors and contributors, thanks to the following people for their suggestions and inspirations on the package:

Keaven Anderson, Frank Bretz, Nan Chen, Yao Chen, Spencer Childress, Chelsea Dickens, Ekkehard Glimm, Michael Grayling, Willi Maurer, Colleen McLaughlin, Friedrich Pahlke, Matt Roumaya, Daniel Sabanés Bové, Alex Spiers, Gernot Wassmer, Jeremy Wildfire, Nan Xiao, Yanyao Yi, Ron Yu, and Ying Zhang

We owe a debt of gratitude to the authors of gMCP for their pioneering work, without which this package would not be nearly as extensive as it is.