https://github.com/angusmclure/poolpower

Power and sample size calculations for surveys using pool testing (AKA group testing)

https://github.com/angusmclure/poolpower

Science Score: 26.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
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Power and sample size calculations for surveys using pool testing (AKA group testing)

Basic Info
  • Host: GitHub
  • Owner: AngusMcLure
  • License: gpl-3.0
  • Language: HTML
  • Default Branch: main
  • Homepage:
  • Size: 26.3 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • Open Issues: 20
  • Releases: 0
Created over 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.md

PoolPoweR

R-CMD-check test-coverage codecov <!-- badges: end -->

Power and sample size calculations, and design optimisation tools for surveys using pool testing (AKA group testing).

For a code-free user interface to this package see PoolTools.

This package is under active development, with new functionality added often. Though we are confident that implemented code is mostly correct and have provided extensive documentation and tests within the package, the names of functions, inputs, and outputs may change over time.

Installation

```r

install.packages("devtools")

devtools::install_github("AngusMcLure/PoolPoweR") ```

Citation

A journal article detailing the methods used for evaluating and optimising surveys will be available soon. In the interim please cite this website if you use our tool:

McLure, A., & Jaya, F. PoolPoweR [Computer software]. https://github.com/AngusMcLure/PoolPoweR

Owner

  • Name: Angus McLure
  • Login: AngusMcLure
  • Kind: user
  • Company: The Australian National University

I'm an infectious disease modeller working at the Australian National University.

GitHub Events

Total
  • Push event: 7
Last Year
  • Push event: 7

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v3 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
.github/workflows/test-coverage.yaml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • distributions3 * imports
  • dplyr * imports
  • glue * imports
  • hypergeo * imports
  • purrr * imports
  • testthat >= 3.0.0 suggests