View source: R/compare_benchmark_score.R
compare_benchmark_score | R Documentation |
Compare Score with a Benchmark
compare_benchmark_score( data, benchmark, alpha, tail = "one", remove_missing = TRUE )
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) |
lower_ci, upper_ci, t, probability
data <- 68 + 17 * scale(rnorm(20)) # 68 = mean, 17 = sd compare_benchmark_score(data, benchmark = 60, alpha = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.