Shalom,
I use Lasso and glmnet regressions because of many potential covariates which some are correlated within each other.
the advantage over ridge regression is that few covariates are selected into the regression- all the rest are set to zero
the simple packages do not give standard error for the coefficients or the predicted values.
In one paper on penalized regression they explain that since we introduce meaningful bias by the penalization there is no meaning to the STDERR
This is at least for the coefficients - not the predictive value.
Others, use Bayesian methods such as the package "blasso"
One possibility is to use bootstrap.
Another suggestion i saw was to run a simple regression with the covariates selected by the lasso. This sounds to me also biased.
I will be happy for any contribution to this problem.
Thank you
Ronen