The high dimensional variable selection problem is really popular now. But I have a question: If I do simple linear regression regressing one response variable on 1 covariate at a time first and then control the FDR to select the significant feature variables, what's the disadvantage of this comparing to the lasso or group lasso algorithm, which choose the feature variables simultaneously?
Basically the question could be reduced to what's the difference between regressing one response variable on multiple covariates vs on 1 covariate at a time?