# 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:( dim(X)[2] / 5), each = 5)
Xb = X[ , which( groups == 1)]
result = MLqE.est(Xb,
Y,
q = 0.9,
eps = 1e-06)
result$beta_hat
result$sigma_hat
result$OMEGA_hat
result$t
# }
Run the code above in your browser using DataLab