mue_confidence_interval: Generate the exact bootstrap interval for the MUE estimate.

Description Usage Arguments Value

Description

This function enumerates the exact bootstrap confidence interval for the MUE-based estimate of the relative risk.

Usage

1
mue_confidence_interval(n1, p1, n2, p2, alpha)

Arguments

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.

Value

Returns a matrix of the upper and lower limits for the confidence interval.


mueRelativeRisk documentation built on May 2, 2019, 6:46 a.m.