View source: R/test_wald_adj.R
test_wald_adj | R Documentation |
Adjusted Wald Confidence Intervals
test_wald_adj(success, total, conf_level = 0.95)
success |
success |
total |
total |
conf_level |
conf_level (default: 0.95) |
lower_ci, upper_ci
test_wald_adj(10, 12, 0.95) test_wald_adj(5, 7, 0.95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.