# NOT RUN {
## generate data from multivariate normal with trivial covariance.
data = matrix(rnorm(100*5), nrow=100)
## run test
CovTest1(data, method="Cai13")
CovTest1(data, method="Srivastava14")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab