An open API service indexing awesome lists of open source software.

https://github.com/openpharma/ctp

R package providing functions for creating the closure set of multiple hypotheses and performing closed testing procedures.
https://github.com/openpharma/ctp

Last synced: 2 months ago
JSON representation

R package providing functions for creating the closure set of multiple hypotheses and performing closed testing procedures.

Awesome Lists containing this project

README

        

# Closed Testing Procedures

This R package provides functions for creating the closure set of multiple hypotheses and performing closed testing procedures with special reference to treatment comparisons.

# Acknowledgement

This package is a continuation of the work by the late Jürgen Bock.

# Installation

To install the latest stable release from `CRAN` run:

```r
install.packages("CTP")
```

To install the latest development version run:

```r
devtools::install_github("openpharma/CTP")
```