rq.lasso.fit.mult: Fit Quantile Regression model for varying quantiles with LASSO penalty
Description
Fits quantile regression models for multiple quantiles with the LASSO penalty.
Algorithm is similar to LASSO code presented in Koenker and Mizera (2014).
Whether model should include an intercept. Constant does not
need to be included in "x".
coef.cutoff
Coefficients below this value will be set to zero.
...
Additional items to be sent to rq. Note this will have to be done
carefully as rq is run on the augmented data to account for penalization
and could provide strange results if this is not taken into account.
Value
Returns a list of rq.pen, rqLASSO objects.
References
[1] Koenker, R. and Mizera, I. (2014). Convex optimization in R.
Journal of Statistical Software, 60, 1--23.
[2] Tibshirani, R. (1996). Regression shrinkage and selection via the lasso.
Journal of the Royal Statistical Society. Series B, 58, 267--288.
[3] Wu, Y. and Liu, Y. (2009). Variable selection in quantile regression. Statistica
Sinica, 19, 801--817.