Learn R Programming

⚠️There's a newer version (1.1.2) of this package.Take me there.

ProxReg (version 0.1.1)

Linear Models for Prediction and Classification using Proximal Operators

Description

Implements optimization techniques for Lasso regression, R.Tibshirani(1996) using Fast Iterative Shrinkage-Thresholding Algorithm (FISTA) and Iterative Shrinkage-Thresholding Algorithm (ISTA) based on proximal operators, A.Beck(2009). The package is useful for high-dimensional regression problems and includes cross-validation procedures to select optimal penalty parameters.

Copy Link

Version

Install

install.packages('ProxReg')

Monthly Downloads

214

Version

0.1.1

License

MIT + file LICENSE

Maintainer

YingHong Chen

Last Published

March 15th, 2025

Functions in ProxReg (0.1.1)

lasso_fista_back

Lasso regression with backtraking line research with FISTA algorithm
lasso_multi

Lasso logistic regression for multinomial response variable with fixed step
lasso_multi_back

Lasso regression with backtraking line research for multinomial response variable
inpainting

image recovery using Lasso regression
k_fold_cross

k_fold_cross
lasso_ista_back

Lasso regression with backtraking line research
lasso_ista

Lasso regression with fixed step with ISTA algorithm
l_CV

K-Fold Cross validation for L1/L2 regression
delete_rect

rectangular hole in image
lasso_fista

Lasso regression with fixed step with FISTA algorithm
softmax

Softmax function for multinomial response variable
ridge

Ridge regression
ols_KCV

K-Fold Cross Validation for OLS
ols

Ordinary Least Square regression