Description Usage Arguments Details Value References Examples
View source: R/diffpropci.Wald.R
Wald interval for a difference of proportions with matched pairs.
1 | diffpropci.Wald.mp(b, c, n, conf.level)
|
b |
off-diag count |
c |
off-diag count |
n |
sample size |
conf.level |
confidence coefficient |
The interval is truncated, when it overshoots the boundary
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 |
D. G. Altman (1999) Practical statistics for medical research. London, Chapman & Hall
1 | diffpropci.Wald.mp(b = 3, c = 9, n = 32, conf.level = 0.95)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.