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