Learn R Programming

PASSED (version 1.2-2)

Calculate Power and Sample Size for Two Sample Mean Tests

Description

Power calculations are a critical component of any research study to determine the minimum sample size necessary to detect differences between multiple groups. Here we present an 'R' package, 'PASSED', that performs power and sample size calculations for the test of two-sample means or ratios with data following beta, gamma (Chang et al. (2011), ), normal, Poisson (Gu et al. (2008), ), binomial, geometric, and negative binomial (Zhu and Lakkis (2014), ) distributions.

Copy Link

Version

Install

install.packages('PASSED')

Monthly Downloads

301

Version

1.2-2

License

GPL (>= 2)

Maintainer

Jinpu Li

Last Published

October 16th, 2023

Functions in PASSED (1.2-2)

power_Poisson

Power Calculations for Test of Two Poisson Ratios
power_Beta

Power Calculations for Test of Two Beta Means
power_NegativeBinomial

Power Calculation for Comparing Two Negative Binomial Rates
power_Gamma

Power Calculations for Test of Two Gamma Means
power_Binomial

Power Calculations for Two-Sample Test for Proportions
power_Normal

Power Calculations for One and Two Sample T-tests
power_Geometric

Power Calculation for Comparing Two Geometric Rates.