Learn R Programming

QuantRegGLasso: Adaptively Weighted Group Lasso for Semiparametric Quantile Regression Models

QuantRegGLasso is an R package designed for adaptively weighted group Lasso procedures in quantile regression. It excels in simultaneous variable selection and structure identification for varying coefficient quantile regression models and additive quantile regression models with ultra-high dimensional covariates.

Installation

You can install QuantRegGLasso using either of the following methods:

Install from CRAN

install.packages("QuantRegGLasso")

Install the Development Version from GitHub

remotes::install_github("egpivo/QuantRegGLasso")

Please Note:

  • Windows Users: Ensure that you have Rtools installed before proceeding with the installation.

  • Mac Users: You need Xcode Command Line Tools and should install the library gfortran. Follow these steps in the terminal:

    brew update
    brew install gcc

For a detailed solution, refer to this link, or download and install the library gfortran to resolve the "ld: library not found for -lgfortran" error.

Authors

Maintainer

Wen-Ting Wang (GitHub)

Reference

Toshio Honda, Ching-Kang Ing, Wei-Ying Wu (2019). Adaptively weighted group Lasso for semiparametric quantile regression models.

This paper introduces the adaptively weighted group Lasso procedure and its application to semiparametric quantile regression models. The methodology is grounded in a strong sparsity condition, establishing selection consistency under certain weight conditions.

License

GPL (>= 2)

Citation

  • To cite package ‘QuantRegGLasso’ in publications use:
  Wang W, Wu W, Honda T, Ing C (2025). _QuantRegGLasso: Adaptively
  Weighted Group Lasso for Semiparametric Quantile Regression Models_.
  R package version 1.0.1,
  <https://CRAN.R-project.org/package=QuantRegGLasso>.
  • A BibTeX entry for LaTeX users is
  @Manual{,
    title = {QuantRegGLasso: Adaptively Weighted Group Lasso for Semiparametric Quantile
Regression Models},
    author = {Wen-Ting Wang and Wei-Ying Wu and Toshio Honda and Ching-Kang Ing},
    year = {2025},
    note = {R package version 1.0.1},
    url = {https://CRAN.R-project.org/package=QuantRegGLasso},
  }

Copy Link

Version

Install

install.packages('QuantRegGLasso')

Monthly Downloads

184

Version

1.0.1

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Wen-Ting Wang

Last Published

October 6th, 2025

Functions in QuantRegGLasso (1.0.1)

awgl

Internal function: Quantile Regression with Adaptively Group Lasso without Omega
predict

Predict Top-k Coefficient Functions
plot.qrglasso.predict

Display Predicted Coefficient Functions from qrglasso
orthogonize_bspline

Orthogonalized B-splines
plot.qrglasso

Display BIC Results from qrglasso
qrglasso

Adaptively Weighted Group Lasso
awgl_omega

Internal function: Quantile Regression with Adaptively Group Lasso with Omega
plot_sequentially

Internal Function: Plot Sequentially
check_predict_parameters

Internal Function: Validate Parameters for Prediction with a qrglasso Object
plot_bic_result

Internal Function: Plot BIC Results w.r.t. lambda
plot_coefficient_function

Internal Function: Plot Coefficient Function