{"id":16274433,"url":"https://github.com/egpivo/quantregglasso","last_synced_at":"2025-06-29T15:34:17.674Z","repository":{"id":212092910,"uuid":"247235555","full_name":"egpivo/QuantRegGLasso","owner":"egpivo","description":"R Package: Adaptively weighted group lasso for semiparametic quantile regression models","archived":false,"fork":false,"pushed_at":"2024-11-03T07:05:14.000Z","size":2700,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T08:12:47.581Z","etag":null,"topics":["admm","group-lasso","high-dimensional","quantile-regression","r-package","rcpp","rcpparmadillo"],"latest_commit_sha":null,"homepage":"https://egpivo.github.io/QuantRegGLasso/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/egpivo.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-14T07:58:13.000Z","updated_at":"2025-03-11T03:43:10.000Z","dependencies_parsed_at":"2024-08-26T19:29:24.672Z","dependency_job_id":null,"html_url":"https://github.com/egpivo/QuantRegGLasso","commit_stats":null,"previous_names":["egpivo/grpquanreg","egpivo/groupquantileregression","egpivo/quantregglasso"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/egpivo/QuantRegGLasso","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egpivo%2FQuantRegGLasso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egpivo%2FQuantRegGLasso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egpivo%2FQuantRegGLasso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egpivo%2FQuantRegGLasso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/egpivo","download_url":"https://codeload.github.com/egpivo/QuantRegGLasso/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egpivo%2FQuantRegGLasso/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262619043,"owners_count":23338158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admm","group-lasso","high-dimensional","quantile-regression","r-package","rcpp","rcpparmadillo"],"created_at":"2024-10-10T18:28:49.794Z","updated_at":"2025-06-29T15:34:17.618Z","avatar_url":"https://github.com/egpivo.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"## QuantRegGLasso: Adaptively Weighted Group Lasso for Semiparametric Quantile Regression Models\n\n[![License](https://eddelbuettel.github.io/badges/GPL2+.svg)](https://www.gnu.org/licenses/gpl-2.0.html)\n[![R build status](https://github.com/egpivo/QuantRegGLasso/workflows/R-CMD-check/badge.svg)](https://github.com/egpivo/QuantRegGLasso/actions)\n[![Code Coverage](https://img.shields.io/codecov/c/github/egpivo/QuantRegGLasso/master.svg)](https://app.codecov.io/github/egpivo/QuantRegGLasso?branch=master)\n[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/QuantRegGLasso?color=green)](https://cran.r-project.org/package=QuantRegGLasso)\n[![Downloads (monthly)](https://cranlogs.r-pkg.org/badges/QuantRegGLasso?color=brightgreen)](https://www.r-pkg.org/pkg/QuantRegGLasso)\n[![Downloads (total)](https://cranlogs.r-pkg.org/badges/grand-total/QuantRegGLasso?color=brightgreen)](https://www.r-pkg.org/pkg/QuantRegGLasso)\n[![BEJ](https://img.shields.io/badge/Bernoulli-10.3150%2FBEJ1091-brightgreen)](https://doi.org/10.3150/18-BEJ1091)\n\n\n**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.\n\n\n### Installation\nYou can install **QuantRegGLasso** using either of the following methods:\n\n#### Install from CRAN\n```r\ninstall.packages(\"QuantRegGLasso\")\n```\n\n#### Install the Development Version from GitHub\n```r\nremotes::install_github(\"egpivo/QuantRegGLasso\")\n```\n\n**Please Note:**\n\n- **Windows Users:** Ensure that you have [Rtools](https://cran.r-project.org/bin/windows/Rtools/) installed before proceeding with the installation.\n\n- **Mac Users:** You need Xcode Command Line Tools and should install the library [`gfortran`](https://github.com/fxcoudert/gfortran-for-macOS/releases). Follow these steps in the terminal:\n  ```bash\n  brew update\n  brew install gcc\n  ```\n\n  For a detailed solution, refer to this [link](https://thecoatlessprofessor.com/programming/rcpp-rcpparmadillo-and-os-x-mavericks-lgfortran-and-lquadmath-error/), or download and install the library [`gfortran`](https://github.com/fxcoudert/gfortran-for-macOS/releases) to resolve the \"`ld: library not found for -lgfortran`\" error.\n\n\n### Authors\n- [Wen-Ting Wang](https://www.linkedin.com/in/wen-ting-wang-6083a17b) ([GitHub](https://github.com/egpivo))\n- [Wei-Ying Wu](https://projecteuclid.org/search?author=Wei-Ying_Wu)\n- [Toshio Honda](https://www1.econ.hit-u.ac.jp/honda/e-honda.html)\n- [Ching-Kang Ing](https://www.researchgate.net/profile/Ching-Kang-Ing)\n\n \n### Maintainer\n[Wen-Ting Wang](https://www.linkedin.com/in/wen-ting-wang-6083a17b) ([GitHub](https://github.com/egpivo))\n\n### Reference\nToshio Honda, Ching-Kang Ing, Wei-Ying Wu (2019). [Adaptively weighted group Lasso for semiparametric quantile regression models](https://projecteuclid.org/journals/bernoulli/volume-25/issue-4B/Adaptively-weighted-group-Lasso-for-semiparametric-quantile-regression-models/10.3150/18-BEJ1091.full).\n\nThis 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.\n\n## License\nGPL (\u003e= 2)\n\n\n## Citation\n- To cite package ‘QuantRegGLasso’ in publications use:\n```\n  Wang W, Wu W, Honda T, Ing C (2024). _QuantRegGLasso: Adaptively\n  Weighted Group Lasso for Semiparametric Quantile Regression Models_.\n  R package version 1.0.0,\n  \u003chttps://CRAN.R-project.org/package=QuantRegGLasso\u003e.\n```\n\n- A BibTeX entry for LaTeX users is\n```\n  @Manual{,\n    title = {QuantRegGLasso: Adaptively Weighted Group Lasso for Semiparametric Quantile\nRegression Models},\n    author = {Wen-Ting Wang and Wei-Ying Wu and Toshio Honda and Ching-Kang Ing},\n    year = {2024},\n    note = {R package version 1.0.0},\n    url = {https://CRAN.R-project.org/package=QuantRegGLasso},\n  }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegpivo%2Fquantregglasso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegpivo%2Fquantregglasso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegpivo%2Fquantregglasso/lists"}