Learn R Programming

experiences (version 0.1.1)

compare_benchmark_time: Compare Time with a Benchmark

Description

Compare Time with a Benchmark

Usage

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

Value

lower_ci, upper_ci, t, probability

Arguments

benchmark

benchmark

time

a column or vector of time values

alpha

alpha

remove_missing

TRUE/FALSE remove missing values?

Examples

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

Run the code above in your browser using DataLab