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.
- Host: GitHub
- URL: https://github.com/openpharma/ctp
- Owner: openpharma
- Created: 2020-08-28T08:55:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T14:14:58.000Z (over 2 years ago)
- Last Synced: 2025-02-09T02:13:02.340Z (4 months ago)
- Language: R
- Homepage: https://openpharma.github.io/CTP/
- Size: 2.4 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
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")
```