The standardization that has occurred here is that each explanatory variable “has been standardized to have unit L2 norm in each column and zero mean”. So
Let’s look at the least squares estimates just to get an idea of the magnitude of effects we are expecting to see.
Now we can look at the LASSO trace.
Here the x-axis represents a re-scaled penalty parameter and the y-axis is the estimated coefficient with that penalty. The vertical lines indicate the times when a variable comes in or goes out of the model. Since there are only 10 covariates and 12 vertical lines, one variables comes in and out of the model. This can be verified by printing the lars object (below) where we can see hdl comes into the model at step 4, out at step 11, and back in at step 12.
Bayesian LASSO
Now we take a look at the Bayesian LASSO as implemented in the package monomvn.
This plot provides a comparison betweenthe fully Bayesian answer (provided via boxplots) and the LASSO (with the penalty chosen using LOO x-validation) vs OLS estimates.