powered by
ESnorm(p, mu = 0, sd = 1) ESst(p, mu = 0, sd = 1, df, scale = FALSE)
numeric
p <- c(0.95, 0.99) s <- 0.2 * 10000 / sqrt(250) ESnorm(p) ESst(p, sd = s, df = 4, scale = TRUE) ESst(p, df = 4)
Run the code above in your browser using DataLab