Obtains the exact unconditional confidence interval for risk ratio based on the standardized score statistic.
Usage
riskRatioExactCI(
n1 = NA_integer_,
y1 = NA_integer_,
n2 = NA_integer_,
y2 = NA_integer_,
cilevel = 0.95
)Value
A data frame containing the following variables:
scale: The scale of treatment effect.estimate: The point estimate.lower: The lower limit of the confidence interval.upper: The upper limit of the confidence interval.cilevel: The confidence interval level.
Author
Kaifeng Lu, kaifenglu@gmail.com