# NOT RUN {
# This is an example of grsc.MLqE with simulated data
data(LqG_SimuData)
X = LqG_SimuData$X
Y = LqG_SimuData$Y
n = dim(X)[1]
m = 200
groups = rep(1:( dim(X)[2] / 5), each = 5)
result <- grsc.MLqE(X = X,
Y = Y,
n = n,
q = 0.9,
m = m,
group = groups,
eps = 1e-06,
d = 15)
result$beta.group
result$group.screened
# }
Run the code above in your browser using DataLab