Learn R Programming

PropCIs (version 0.1-6)

scoreci.mp: Tango's score confidence interval for a difference of proportions with matched pairs

Description

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

Usage

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

Arguments

b
off-diagonal count
c
off-diagonal count
n
sample size
conf.level
confidence coefficient

Value

  • lllower confidence bound
  • ulupper confidence bound

References

A. Agresti and Y. Min, 2004. Improved confidence intervals for comparing matched proportions, Statistics in Medicine Tango T. Equivalence test and confidence interval for the difference in proportions for the paired-sample design. Statistics in Medicine. 1998; 17: 891-908

Examples

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

Run the code above in your browser using DataLab