## Not run:
# x=matrix(rnorm(100*20),100,20)
# beta=c(rep(2,5),rep(0,15))
# y=x%*%beta+rnorm(100)
#
# res.bolasso=order.variables(x,y,maxordre=15,ordre="bolasso")
# res.pval=order.variables(x,y,ordre="pval")
# res.FR=order.variables(x,y,maxordre=15,ordre="FR")
# res.pval.hd=order.variables(x,y,maxordre=15,ordre="pval_hd")
#
# ## End(Not run)
Run the code above in your browser using DataLab