Skip to content
Prev 333816 / 398506 Next

Lasso function that can handle NA values

Hi everyone,

I have a large dataset with missing values. I tried using glmnet, but it seems that it cannot handle NA values in the design matrix. I also tried lars, but I get an error too. Does anyone know of any package for computing the lasso solution which handles NA values?