# NOT RUN {
m = 30 #The size of samples
n = 3 #The size of each subsample
set.seed(2345)
Data = matrix(rnorm(m*n, 0,1), nrow=m)
vMask.method6( data=Data, mu0=0, mu1=1, h=1, w=2, sl=0 )
vMask.method6( data=Data, mu0=0, mu1=.7, h=1, w=2, sl=0 ) #Compare with the previous line
# }
Run the code above in your browser using DataLab