I would like to use weights in a model that I'm fitting with the glmmLasso package, but it looks like there isn't an option for it. I've previously fit models with the glm() and glmer() functions, which both have a weights = option. However, it looks like glmmLasso doesn't have such an option, and the older version (glmmlasso with a lowercase L) which did have a weights option is unfortunately now defunct. Alternatively, if there's a way to use LASSO on glmer() that would work too.
In summation: I'd like to fit a GLMM in R that uses both sampling weights and LASSO variable selection. Is there a way to do this? I'm open to any/all solutions.