POSSA
POSSA: Power simulation for sequential analyses and multiple hypotheses - Published in JOSS (2022)
Science Score: 93.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 9 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: joss.theoj.org, zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Keywords
Repository
POSSA: Power simulation for sequential analyses and multiple hypotheses.
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 6
- Releases: 5
Topics
Metadata Files
README.md
POSSA: Power simulation for sequential analyses and multiple hypotheses
This R package serves to calculate, via simulation, power and appropriate "stopping" alpha boundaries (and/or futility bounds) for sequential analyses (i.e., "group sequential design") as well as for multiple hypotheses (multiple tests included in an analysis), given any specified global error rate. This enables the sequential use of practically any significance test, as long as the underlying data can be simulated in advance to a reasonable approximation.
For how to use, see the vignettes linked below.
Installation in R
To install the stable version from CRAN, just run:
R
install.packages("POSSA")
Then load with: library("POSSA")
Alternatively, if you want to install the latest (and potentially unstable) version from this repository:
R
install.packages("devtools") # if "devtools" package is not yet installed
library("devtools")
install_github("gasparl/possa")
Usage
Please see the vignettes:
- General introduction
- Multiple hypotheses
- Practical examples (unequal variances; ranked data; ANOVA; DeLong's test)
(Less important: Benchmarking)
For detailed information about each function and parameter, see the manual.
Support
- If you run into an error despite carefully following the documentation, open a new issue.
- If you have sound reason to believe that some of the presented statistics or functions are not optimal and/or could be improved in some plausible way, email me.
Contributions
Given that this project is not part of my "day job", the intended additional features grew beyond my capacity. Help would be most welcome; if you are up to it, feel free to email me (or to reply to the relevant issue or open a new one; see details here).
Etymology
The name "POSSA" refers not to the Italian meaning "power, strength" (/ˈpɔs.sa/), but to the plural of "possum" (/ˈpɑsə/).
Citation
When you use POSSA in a publication, you can either cite the specific version you used (enter citation("POSSA") in R), or the following paper:
Lukács, G. (2022). POSSA: Power simulation for sequential analyses and multiple hypotheses. Journal of Open Source Software, 7(76), 4643. https://doi.org/10.21105/joss.04643
Owner
- Name: Gaspar Lukacs
- Login: gasparl
- Kind: user
- Website: https://gasparl.github.io/
- Repositories: 9
- Profile: https://github.com/gasparl
JOSS Publication
POSSA: Power simulation for sequential analyses and multiple hypotheses
Tags
r statistical power simulation sequential design multiple hypotheses multiple testingGitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Issues and Pull Requests
Last synced: 4 months ago
All Time
- Total issues: 11
- Total pull requests: 0
- Average time to close issues: 1 day
- Average time to close pull requests: N/A
- Total issue authors: 3
- Total pull request authors: 0
- Average comments per issue: 0.45
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- gasparl (7)
- mmrabe (3)
- mingzehuang (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 324 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 1
cran.r-project.org: POSSA
Power Simulation for Sequential Analyses and Multiple Hypotheses
- Homepage: https://github.com/gasparl/possa
- Documentation: http://cran.r-project.org/web/packages/POSSA/POSSA.pdf
- License: BSD_2_clause + file LICENSE
-
Latest release: 0.6.5
published 5 months ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v2 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- R >= 3.6.0 depends
- data.table * imports
- methods * imports
- faux * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests
