if (FALSE) {
# seed PRNG
set.seed(1234)
# calculate the SE of the mean for the synthetic data generated using GeneratorNU function
ComparisonSEMean(generator = "GeneratorNU",sampleSize = 10,
numberOfSamples = 100, repetitions = 10,mu = 0, sigma = 1,a = 0.5, b = 1)}
Run the code above in your browser using DataLab