powered by
Obtains the Miettinen-Nurminen score confidence interval for two-sample rate ratio possibly with stratification.
mnRateRatioCI(t1, y1, t2, y2, cilevel = 0.95)
A list with two components:
data A data frame containing the input exposure and number of events for each treatment group. It has the following variables:
data
t1: The exposure for the active treatment group.
t1
y1: The number of events for the active treatment group.
y1
t2: The exposure for the control group.
t2
y2: The number of events for the control group.
y2
estimates: A data frame containing the point estimate and confidence interval for rate ratio. It has the following variables:
estimates
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 exposure for the active treatment group.
The number of events for the active treatment group.
The exposure for the control group.
The number of events for the control group.
The confidence interval level.
Kaifeng Lu, kaifenglu@gmail.com
The Mantel-Haenszel weights are used for stratified samples.
mnRateRatioCI(t1 = c(10,10), y1 = c(4,3), t2 = c(20,10), y2 = c(2,0))
Run the code above in your browser using DataLab