powered by
Obtains the sample size given power for exact unconditional test of risk difference.
samplesizeRiskDiffExact( beta = NA_real_, riskDiffH0 = 0, pi1 = NA_real_, pi2 = NA_real_, allocationRatioPlanned = 1, alpha = 0.025 )
A data frame with the following variables:
alpha: The specified one-sided significance level.
alpha
attainedAlpha: The attained one-sided significance level.
attainedAlpha
power: The power.
power
n: The sample size.
n
riskDiffH0: The risk difference under the null hypothesis.
riskDiffH0
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
zstatRiskDiffBound: The critical value on the scale of score test statistic for risk difference.
zstatRiskDiffBound
pi2star: The response probability in the control group at which the critical value of the test statistic is attained.
pi2star
The type II error.
The risk difference under the null hypothesis. Defaults to 0.
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 one-sided significance level.
Kaifeng Lu, kaifenglu@gmail.com
samplesizeRiskDiffExact(beta = 0.2, riskDiffH0 = -0.3, pi1 = 0.8, pi2 = 0.8, alpha = 0.025)
Run the code above in your browser using DataLab