if (FALSE) {
# seed PRNG
set.seed(1234)
# compare the resampling methods for the synthetic data generated using GeneratorNU function
# and two values of the shifts
ComparePowerOneSampleCTest("GeneratorNU",mu_0 = c(-0.4,-0.1,0.1,0.4), shiftVector = c(0,0.5),
mu = 0, sigma = 1, a = 0.2, b = 0.6)}
Run the code above in your browser using DataLab