coef_alpha: Lasso subfunctions to calculate the coefficients

Description Usage Arguments Details Author(s) Examples

View source: R/Sous_fonction_lasso_coef.r

Description

Functions for lasso regularization to calculate the coefficients

Usage

1
coef_alpha(coef, alpha)

Arguments

coef

coefficient

alpha

parameter

Details

Contains 2 essential functions for the computation of the gradient proximent. We call on these two functions inside the fit to calculate the coefficients

Author(s)

Sami Ait Tilat, Afaf Ben Haj, Marie Vachet

Examples

1
2
3
4
## Not run: 
coef_alpha(coef,alpha)

## End(Not run)

samiaittilat/Logistic-Regression-from-scratch-in-R documentation built on Dec. 22, 2021, 10:11 p.m.