Skip to content

Commit

Permalink
CHG: refine installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
egpivo committed Jan 17, 2024
1 parent 2006e4d commit 0be7f0d
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,18 @@
**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
- Install the current development version from GitHub:
```r
remotes::install_github("egpivo/QuantRegGLasso")
```
### Installation
You can install **QuantRegGLasso** using either of the following methods:

#### Install from CRAN
```r
install.packages("QuantRegGLasso")
```

#### Install the Development Version from GitHub
```r
remotes::install_github("egpivo/QuantRegGLasso")
```

**Please Note:**

Expand Down

0 comments on commit 0be7f0d

Please sign in to comment.