powered by
Obtains the power given sample size or obtains the sample size given power for Fisher's exact test for two proportions.
getDesignFisherExact( beta = NA_real_, n = NA_real_, pi1 = NA_real_, pi2 = NA_real_, allocationRatioPlanned = 1, alpha = 0.05 )
A data frame with the following variables:
alpha: The two-sided significance level.
alpha
power: The power.
power
n: The sample size.
n
pi1: The assumed probability for the active treatment group.
pi1
pi2: The assumed probability for the control group.
pi2
allocationRatioPlanned: Allocation ratio for the active treatment versus control.
allocationRatioPlanned
The type II error.
The total sample size.
The assumed probability for the active treatment group.
The assumed probability for the control group.
Allocation ratio for the active treatment versus control. Defaults to 1 for equal randomization.
The two-sided significance level. Defaults to 0.05.
Kaifeng Lu, kaifenglu@gmail.com
(design1 <- getDesignFisherExact( beta = 0.2, pi1 = 0.5, pi2 = 0.2, alpha = 0.05))
Run the code above in your browser using DataLab