I want to write a julia script to run a linear mixed model with a lasso regression as my code in R is quite slow. Is there a package that works with the mixed models package that implements lasso or stepwise regression?
I’ve written a package for estimating high dimensional mixed effect models: GitHub - solislemuslab/HighDimMixedModels.jl. The fitting procedure uses a coordinate gradient descent method to maximize a penalized likelihood