powered by
Compare Score with a Benchmark
compare_benchmark_score( data, benchmark, alpha, tail = "one", remove_missing = TRUE )
lower_ci, upper_ci, t, probability
a column or vector of scores
benchmark
alpha
one-tailed or two-tailed test
TRUE/FALSE remove missing values? (default is TRUE)
data <- 68 + 17 * scale(rnorm(20)) # 68 = mean, 17 = sd compare_benchmark_score(data, benchmark = 60, alpha = 0.5)
Run the code above in your browser using DataLab