Learn R Programming

QuantRegGLasso (version 1.0.0)

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

Description

Internal function: Quantile regression with adaptively group Lasso with Omega.

Usage

awgl_omega(Y, W, omega, lambda, tau, qn, zeta, zetaincre, maxit, tol)

Value

A list of selected parameters.

Arguments

Y

Data matrix (\(n \times 1\)).

W

B-splines with covariates matrix with \(p \times L\) columns and \(n\) rows.

omega

Weights for group lasso.

lambda

A sequence of tuning parameters.

tau

A quantile of interest.

qn

A bound parameter for HDIC.

zeta

A step parameter.

zetaincre

An increment of each step.

maxit

The maximum number of iterations.

tol

A tolerance rate.