# NOT RUN {
# This is an example of grsc.marg.MLqE with simulated data
data(LqG_SimuData)
X = LqG_SimuData$X
Y = LqG_SimuData$Y
n = dim(X)[1]
p = dim(X)[2]
m = 200
groups = rep(1:(p/5), each = 5)
result <- grsc.marg.MLqE(X = X,
Y = Y,
n = n,
p = p,
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