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