# NOT RUN {
# example to use vul function
EX1 <- pcorSimulator(nobs = 50, nclusters = 2, nnodesxcluster = c(40,30),
pattern="powerLaw")
y <- EX1$y
Lambda.SEQ <- seq(.35, 0.70, length.out = 10)
out3 <- huge(y, method = "mb", lambda = Lambda.SEQ)
## not run
#VUL.COEF <- vulLambdaSelection(out3)
#print(VUL.COEF)
# }
Run the code above in your browser using DataLab