diffpropci.Wald.mp: Wald interval for a difference of proportions with matched...

Description Usage Arguments Details Value References Examples

View source: R/diffpropci.Wald.R

Description

Wald interval for a difference of proportions with matched pairs.

Usage

1
diffpropci.Wald.mp(b, c, n, conf.level)

Arguments

b

off-diag count

c

off-diag count

n

sample size

conf.level

confidence coefficient

Details

The interval is truncated, when it overshoots the boundary

Value

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

conf.int

a confidence interval for the difference in proportions.

estimate

estimated difference in proportions c-b/n

References

D. G. Altman (1999) Practical statistics for medical research. London, Chapman & Hall

Examples

1
diffpropci.Wald.mp(b = 3, c = 9, n = 32, conf.level = 0.95)

Example output

data:  

95 percent confidence interval:
 -0.01448204  0.38948204
sample estimates:
[1] 0.1875

PropCIs documentation built on May 2, 2019, 5:49 a.m.