Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.3%) to scientific vocabulary
Repository
Weighted parametric group sequential design
Basic Info
- Host: GitHub
- Owner: Merck
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://merck.github.io/wpgsd/
- Size: 11.6 MB
Statistics
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 4
- Releases: 0
Metadata Files
README.md
wpgsd 
Weighted parametric group sequential design (WPGSD) allows one to take advantage of the known correlation structure in constructing efficacy bounds to control family-wise error rate (FWER) for a group sequential design. Here correlation may be due to common observations in nested populations, due to common observations in overlapping populations, or due to common observations in the control arm.
Installation
The easiest way to get wpgsd is to install from CRAN:
r
install.packages("wpgsd")
Alternatively, to use a new feature or get a bug fix, you can install the development version of wpgsd from GitHub:
```r
install.packages("remotes")
remotes::install_github("Merck/wpgsd") ```
Current limitations
There are some limitations that are currently being addressed. Please use the package with caution in production environments.
- The current implementation may have limitations when handling more complex scenarios beyond what has been demonstrated.
- The API is subject to potential breaking changes as it is currently being reviewed and refactored.
- Further validation is needed to ensure the reliability of the package.
- More documentation is expected in the future releases.
References
Anderson, K. M., Guo, Z., Zhao, J., & Sun, L. Z. (2022). A unified framework for weighted parametric group sequential design. Biometrical Journal, 64(7), 1219--1239.
BibTeX entry:
@article{anderson2022unified,
title = {A unified framework for weighted parametric group sequential design},
author = {Anderson, Keaven M and Guo, Zifang and Zhao, Jing and Sun, Linda Z},
journal = {Biometrical Journal},
volume = {64},
number = {7},
pages = {1219--1239},
year = {2022},
publisher = {Wiley Online Library}
}
Owner
- Name: Merck Sharp & Dohme Corp. a subsidiary of Merck & Co., Inc.
- Login: Merck
- Kind: organization
- Location: Kenilworth, NJ
- Website: http://www.merck.com
- Repositories: 34
- Profile: https://github.com/Merck
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Anderson"
given-names: "Keaven"
- family-names: "Guo"
given-names: "Zifang"
- family-names: "Zhao"
given-names: "Jing"
- family-names: "Sun"
given-names: "Linda"
- family-names: "Cui"
given-names: "Yi"
- family-names: "Zhao"
given-names: "Yujie"
orcid: "https://orcid.org/0000-0003-2896-4955"
- family-names: "Leon"
given-names: "Larry"
title: "wpgsd: Weighted Parametric Group Sequential Design"
version: 0.1.0
date-released: 2023-03-08
url: "https://github.com/Merck/wpgsd"
preferred-citation:
type: article
authors:
- family-names: "Anderson"
given-names: "Keaven"
- family-names: "Guo"
given-names: "Zifang"
- family-names: "Zhao"
given-names: "Jing"
- family-names: "Sun"
given-names: "Linda"
title: "A unified framework for weighted parametric group sequential design"
journal: "Biometrical Journal"
year: 2022
volume: 64
issue: 7
start: 1219
end: 1239
doi: "10.1002/bimj.202100085"
GitHub Events
Total
- Issues event: 3
- Watch event: 2
- Delete event: 1
- Push event: 21
- Pull request event: 1
- Pull request review event: 5
- Pull request review comment event: 15
- Fork event: 1
- Create event: 1
Last Year
- Issues event: 3
- Watch event: 2
- Delete event: 1
- Push event: 21
- Pull request event: 1
- Pull request review event: 5
- Pull request review comment event: 15
- Fork event: 1
- Create event: 1
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 23
- Total pull requests: 47
- Average time to close issues: 21 days
- Average time to close pull requests: 7 days
- Total issue authors: 2
- Total pull request authors: 4
- Average comments per issue: 0.52
- Average comments per pull request: 0.06
- Merged pull requests: 45
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 5
- Average time to close issues: 10 months
- Average time to close pull requests: about 2 months
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- LittleBeannie (9)
- nanxstats (7)
- keaven (2)
Pull Request Authors
- nanxstats (21)
- LittleBeannie (7)
- guangguangzai (6)
- keaven (2)