mue_confidence_interval {mueRelativeRisk} | R Documentation |
This function enumerates the exact bootstrap confidence interval for the MUE-based estimate of the relative risk.
mue_confidence_interval(n1, p1, n2, p2, alpha)
n1 |
Sample size for group 1. |
p1 |
MUE estimate calculated by the dobeta function for group 1. |
n2 |
Sample size for group 2. |
p2 |
MUE estimate calculated by the dobeta function for group 2. |
alpha |
The significance level for the confidence interval. |
Returns a matrix of the upper and lower limits for the confidence interval.