I have a fractional response regression model, which is estimated with R's glm with family parameter equal to quasibinomial. Now, I want to perform model selection via lasso on the model.
Is there any way to tweak R's glmnet to perform lasso on quasibinomial family?
Or any other package?