powered by
Obtains the exact unconditional confidence interval for risk ratio based on the standardized score statistic.
riskRatioExactCI( n1 = NA_integer_, y1 = NA_integer_, n2 = NA_integer_, y2 = NA_integer_, cilevel = 0.95 )
A data frame containing the following variables:
scale: The scale of treatment effect.
scale
estimate: The point estimate.
estimate
lower: The lower limit of the confidence interval.
lower
upper: The upper limit of the confidence interval.
upper
cilevel: The confidence interval level.
cilevel
The sample size for the active treatment group.
The number of responses for the active treatment group.
The sample size for the control group.
The number of responses for the control group.
The confidence interval level.
Kaifeng Lu, kaifenglu@gmail.com
riskRatioExactCI(n1 = 30, y1 = 2, n2 = 30, y2 = 1, cilevel = 0.95)
Run the code above in your browser using DataLab