Learn R Programming

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

SAM (version 1.0.4)

Sparse Additive Modelling

Description

The package SAM targets at high dimensional predictive modeling (regression and classification) for complex data analysis. SAM is short for sparse additive modeling, and adopts the computationally efficient basis spline technique. We solve the optimization problems by various computational algorithms including the block coordinate descent algorithm, fast iterative soft-thresholding algorithm, and newton method. The computation is further accelerated by warm-start and active-set tricks.

Copy Link

Version

Install

install.packages('SAM')

Monthly Downloads

286

Version

1.0.4

License

GPL-2

Maintainer

Tuo Zhao

Last Published

September 18th, 2013

Functions in SAM (1.0.4)

samLL

Training function of Sparse Additive Logistic Regression
predict.samEL

Prediction function for S3 class "samEL"
samEL

Training function of Sparse Additive Possion Regression
plot.samEL

Plot function for S3 class "samEL"
samQL

Training function of Sparse Additive Models
samHL

Training function of Sparse Additive Machine
plot.samLL

Plot function for S3 class "samLL"
plot.samQL

Plot function for S3 class "samQL"
predict.samLL

Prediction function for S3 class "samLL"
predict.samHL

Prediction function for S3 class "samHL"
print.samQL

Printing function for S3 class samQL
SAM-package

Sparse Additive Modelling
print.samLL

Printing function for S3 class samLL
print.samEL

Printing function for S3 class samEL
plot.samHL

Plot function for S3 class "samHL"
print.samHL

Printing function for S3 class samHL
predict.samQL

Prediction function for S3 class "samQL"