#generate data
L = huge.generator(d = 200)
#subset indices
ind.group = c(1:80)
#subgraph estimations using lasso
out1 = huge(L, ind.group = ind.group)
#draw ROC curve
Z1 = huge.roc(out1)
#Compare the maximum F1 score
max(Z1$F1)
Run the code above in your browser using DataLab