compare_benchmark_time {experiences}R Documentation

Compare Time with a Benchmark

Description

Compare Time with a Benchmark

Usage

compare_benchmark_time(benchmark, time, alpha, remove_missing = FALSE)

Arguments

benchmark

benchmark

time

a column or vector of time values

alpha

alpha

remove_missing

TRUE/FALSE remove missing values?

Value

lower_ci, upper_ci, t, probability

Examples

compare_benchmark_time(time = c(60, 53, 70, 42, 62, 43, 81),
                       benchmark = 60,
                       alpha = 0.05)

[Package experiences version 0.1.1 Index]