confInt: Obtain the confidence interval for the difference in two...

Description Usage Arguments Value Examples

View source: R/estVE.R

Description

Obtain the confidence interval for the difference in two rates

Usage

1
confInt(n1, N1, n2, N2, c = 0.95)

Arguments

n1

A single value. Number of events in the first group

N1

A single value. Number of individuals in the first group

n2

A single value. Number of events in the second group

N2

A single value. Number of individuals in the second group

c

A single value. A confidence level (default c = 0.95)

Value

L A single value. Lower Bound

U A single value. Upper Bound

D A single value. The difference in rates (n1/N1-n2/N2)

Examples

1
confInt(5,100,4,100)

sampsonj74/ESCUDDO documentation built on Jan. 1, 2021, 2:55 p.m.