Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/merck/gmcpshiny
A Shiny app for graphical multiplicity control
https://github.com/merck/gmcpshiny
clinical-trial-design graphical-approach group-sequential-designs multiple-testing multiplicity r r-package rshiny-application
Last synced: 2 months ago
JSON representation
A Shiny app for graphical multiplicity control
- Host: GitHub
- URL: https://github.com/merck/gmcpshiny
- Owner: Merck
- License: gpl-3.0
- Created: 2023-08-03T21:05:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-17T22:44:19.000Z (about 1 year ago)
- Last Synced: 2023-12-17T23:36:23.626Z (about 1 year ago)
- Topics: clinical-trial-design, graphical-approach, group-sequential-designs, multiple-testing, multiplicity, r, r-package, rshiny-application
- Language: R
- Homepage: https://merck.github.io/gMCPShiny/
- Size: 4.28 MB
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gMCPShiny
[![R-CMD-check](https://github.com/Merck/gMCPShiny/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Merck/gMCPShiny/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/Merck/gMCPShiny/branch/main/graph/badge.svg)](https://app.codecov.io/gh/Merck/gMCPShiny?branch=main)
[![shinyapps.io](https://img.shields.io/badge/Shiny-shinyapps.io-blue)](https://rinpharma.shinyapps.io/gmcp/)A Shiny app for graphical multiplicity control.
## Installation
```r
# The easiest way to get gMCPShiny is to install:
install.packages("gMCPShiny")# Alternatively, install development version from GitHub:
# install.packages("remotes")
remotes::install_github("Merck/gMCPShiny")
```## Example
To run the app locally:
```r
gMCPShiny::run_app()
```## Deployed instances
### Production version
- (faster and more scalable access)
-### Development version
-