View source: R/compare_benchmark_time.R
compare_benchmark_time | R Documentation |
Compare Time with a Benchmark
compare_benchmark_time(benchmark, time, alpha, remove_missing = FALSE)
benchmark |
benchmark |
time |
a column or vector of time values |
alpha |
alpha |
remove_missing |
TRUE/FALSE remove missing values? |
lower_ci, upper_ci, t, probability
compare_benchmark_time(time = c(60, 53, 70, 42, 62, 43, 81), benchmark = 60, alpha = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.