powered by
Compare Time with a Benchmark
benchmark_time( data, column, benchmark, alpha, remove_missing = FALSE, input = "long", output = "console" )
lower_ci, upper_ci, t, probability
dataframe
a column or vector of time values
benchmark
alpha
TRUE/FALSE (Default is TRUE)
Default: "long" - long form of data, "values" to pass values directly. If using this option, must specify count and total.
Default: "console" - prints output in console and returns tibble invisibly.
data <- data.frame(time = c(60, 53, 70, 42, 62, 43, 81)) benchmark_time(data, column = time, benchmark = 60, alpha = 0.05)
Run the code above in your browser using DataLab