prop_nfind: Two Sample Proportions Sample Size Calculator

Description Usage Arguments Value Examples

View source: R/week4.R

Description

Two Sample Proportions Sample Size Calculator

Usage

1
prop_nfind(p1, p2, alpha, power, ratio)

Arguments

p1

Success rate in sample 1

p2

Success rate in sample 2

alpha

Significance level

power

Power, 1-beta

ratio

Ratio between sample size 1 and 2

Value

Sample size needed for significance in two samples proportions test

Examples

1
prop_nfind(0.5, 0.8, 0.05, 0.8, 1)

sheepywool/R-Package-Practice documentation built on Dec. 23, 2021, 1:22 a.m.