LASSO regression penalizes coefficients in regression to at most zero. Likelihood ratio tests tells us whether the nested or full model is better.
I used likelihood ratio tests during regression analysis to figure out how to make the most parsimonious models.
I heard Lasso can shrink variables coefficients to zero similar to how likelihood ratio tests tell me I can reduce full models to simpler ones but what are the advantages of using likelihood ratio tests to build more parsimonious models over the lasso?
I find hitting the command anova in R multiple times to perform likelihood ratio tests very tedious and would rather use lasso to shrink my coefficients automatically.
Is the only advantage of using likelihood ratio tests over LASSO that I wouldn't need to cross-validate with the former?