powered by
Compare Probability of an Event with Benchmark
compare_benchmark_event( benchmark, event, total, event_type = "", notes = c("minimal", "technical") )
list of event rate, probability, notes
benchmark
event
total
Optional: a string describing the type of event. For example, success, failure, etc.
whether output should contain minimal, technical, or executive type of notes.
compare_benchmark_event(benchmark = 0.7, event = 10, total = 12, event_type = "success", notes = "minimal")
Run the code above in your browser using DataLab