lasso_optim_pg: LASSO optimization (proximal gradient)

Description Usage Arguments Value

View source: R/coeff_lasso.R

Description

This function is to be used for solving LASSO optimization using proximal-gradient method

Usage

1
lasso_optim_pg(lambda, x, y, ts, wt)

Arguments

lambda

Penalty term

x

Predictors

y

Response

ts

Stepsize for optimization method

wt

weights for the coefficients of weighted LASSO.

Value

The function returns the coefficient of the predictors.


tathagatabasu/bootlasso documentation built on Aug. 9, 2019, 1:07 a.m.