compare_benchmark_score: Compare Score with a Benchmark

View source: R/compare_benchmark_score.R

compare_benchmark_scoreR Documentation

Compare Score with a Benchmark

Description

Compare Score with a Benchmark

Usage

compare_benchmark_score(
  data,
  benchmark,
  alpha,
  tail = "one",
  remove_missing = TRUE
)

Arguments

data

a column or vector of scores

benchmark

benchmark

alpha

alpha

tail

one-tailed or two-tailed test

remove_missing

TRUE/FALSE remove missing values? (default is TRUE)

Value

lower_ci, upper_ci, t, probability

Examples

data <- 68 + 17 * scale(rnorm(20)) # 68 = mean, 17 = sd
compare_benchmark_score(data, benchmark = 60, alpha = 0.5)

experiences documentation built on Oct. 31, 2022, 5:06 p.m.