How can I calculate the theoretical type II error in this particular case using R?
a <- rnorm(500, 10, 5)
b <- rnorm(500, 10, 5)
t.test(a, b)
How can I calculate the theoretical type II error in this particular case using R?
a <- rnorm(500, 10, 5)
b <- rnorm(500, 10, 5)
t.test(a, b)