View source: R/get_confidence_intervals_event.R
get_confidence_intervals_event | R Documentation |
Get Confidence Intervals for Event Rate
get_confidence_intervals_event(event, total, confidence_level)
event |
event |
total |
total |
confidence_level |
confidence level as z value |
lower_ci, upper_ci
get_confidence_intervals_event(event = 80, total = 100, confidence_level = 1.96)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.