ssutil

Sample size utilities

https://github.com/johnaponte/ssutil

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 (7.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Sample size utilities

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.md

ssutil

ssutil is an R package providing a suite of tools for sample size estimation and power simulation in a variety of clinical trial designs. It includes methods for binomial, normal, and negative binomial endpoints, as well as support for equivalence and non-inferiority testing scenarios. It also includes functionality for power and sample size calculation for selecting the best group using the indifferent-zone approach for normal and binomial outcomes.

Features

  • Empirical power simulation for:
    • Binomial, normal, and negative binomial endpoints
    • Equivalence and non-inferiority designs
    • Best group selection using the indifferent-zone approach for normal and binomial outcomes
  • Sample size utilities for various design types

Installation

```r

Install from GitHub (requires remotes or devtools)

remotes::install_github("johnaponte/ssutil") ```

Vignettes

Learn how to use ssutil through these worked examples:

Owner

  • Login: johnaponte
  • Kind: user

GitHub Events

Total
  • Issues event: 1
  • Push event: 21
  • Public event: 1
  • Pull request event: 6
  • Create event: 2
Last Year
  • Issues event: 1
  • Push event: 21
  • Public event: 1
  • Pull request event: 6
  • Create event: 2

Packages

  • Total packages: 1
  • Total downloads:
    • cran 168 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: ssutil

Sample Size Calculation Tools

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 168 Last month
Rankings
Dependent packages count: 26.3%
Dependent repos count: 32.4%
Average: 48.4%
Downloads: 86.5%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 4.1 depends
  • MASS * imports
  • broom * imports
  • dplyr * imports
  • ggplot2 * imports
  • gsDesign * imports
  • mvtnorm * imports
  • purrr * imports
  • stats * imports
  • stringr * imports
  • tidyr * imports
  • spelling * suggests
  • testthat >= 3.0.0 suggests
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.5.0 composite
  • actions/checkout v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite