Learn R Programming

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

lars (version 0.9-6)

Least Angle Regression, Lasso and Forward Stagewise

Description

Efficient procedures for fitting an entire lasso sequence with the cost of a single least squares fit. Least angle regression and infinitessimal forward stagewise regression are related to the lasso, as described in the paper below.

Copy Link

Version

Install

install.packages('lars')

Monthly Downloads

15,327

Version

0.9-6

License

GPL version 2 or newer

Maintainer

Trevor Hastie

Last Published

April 14th, 2022

Functions in lars (0.9-6)

lars-internal

Internal lars functions
diabetes

Blood and other measurements in diabetics
cv.lars

Computes K-fold cross-validated error curve for lars
lars

Fits Least Angle Regression, Lasso and Infinitesimal Forward Stagewise regression models
predict.lars

Make predictions or extract coefficients from a fitted lars model
plot.lars

Plot method for lars objects