# NOT RUN {
# Generate 3 simulated two-sample datasets and apply the ZWL test
data <- buildData(n = 45, m =60, p = 300,
muX = rep(0,300), muY = rep(0,300),
dep = 'IND', S = 3, innov = rnorm)
zwl_sim(data, order = 2)
# }
Run the code above in your browser using DataLab