scoreci.mp: Tango's score confidence interval for a difference of...

Description Usage Arguments Value References Examples

Description

Tango's score confidence interval for a difference of proportions with matched pairs

Usage

1
scoreci.mp(b, c, n, conf.level)

Arguments

b

off-diagonal count

c

off-diagonal count

n

sample size

conf.level

confidence coefficient

Value

A list with class '"htest"' containing the following components:

conf.int

a confidence interval for the difference in proportions.

References

Agresti, A. and Min, Y. (2005) Simple improved confidence intervals for comparing matched proportions Statistics in Medicine 24 (5), 729–740.

Tango T. (1998) Equivalence test and confidence interval for the difference in proportions for the paired-sample design Statistics in Medicine 17, 891–908

Examples

1
scoreci.mp(b = 40, c = 20, n = 160, conf.level = 0.95)

shearer/PropCIs documentation built on May 29, 2019, 9:20 p.m.