View source: R/compare_benchmark_event.R
compare_benchmark_event | R Documentation |
Compare Probability of an Event with Benchmark
compare_benchmark_event( benchmark, event, total, event_type = "", notes = c("minimal", "technical") )
benchmark |
benchmark |
event |
event |
total |
total |
event_type |
Optional: a string describing the type of event. For example, success, failure, etc. |
notes |
whether output should contain minimal, technical, or executive type of notes. |
list of event rate, probability, notes
compare_benchmark_event(benchmark = 0.7, event = 10, total = 12, event_type = "success", notes = "minimal")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.