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)
Sample size for group 1.
MUE estimate calculated by the dobeta function for group 1.
Sample size for group 2.
MUE estimate calculated by the dobeta function for group 2.
The significance level for the confidence interval.
Returns a matrix of the upper and lower limits for the confidence interval.