Learn R Programming

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

SLOPE

Efficient implementations for Sorted L-One Penalized Estimation (SLOPE): generalized linear models regularized with the sorted L1-norm. There is support for ordinary least-squares regression, binomial regression, multinomial regression, and poisson regression, as well as both dense and sparse predictor matrices. In addition, the package features predictor screening rules that enable efficient solutions to high-dimensional problems.

Installation

You can install the current stable release from CRAN with

install.packages("SLOPE")

or the development version from GitHub with

# install.packages("remotes")
remotes::install_github("jolars/SLOPE")

Versioning

SLOPE uses semantic versioning.

Code of conduct

Please note that the ‘SLOPE’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Copy Link

Version

Install

install.packages('SLOPE')

Monthly Downloads

407

Version

0.5.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Johan Larsson

Last Published

June 9th, 2022

Functions in SLOPE (0.5.0)

print.SLOPE

Print results from SLOPE fit
regularizationWeights

Generate Regularization (Penalty) Weights for SLOPE
setupDiagnostics

Setup a data.frame of diagnostics
score

Compute one of several loss metrics on a new data set
trainSLOPE

Train a SLOPE model
wine

Wine cultivars
plotDiagnostics

Plot results from diagnostics collected during model fitting
predict.SLOPE

Generate predictions from SLOPE models
plot.SLOPE

Plot coefficients
heart

Heart disease
sortedL1Prox

Sorted L1 Proximal Operator
plot.TrainedSLOPE

Plot results from cross-validation
student

Student performance
deviance.SLOPE

Model deviance
caretSLOPE

Model objects for model tuning with caret (deprecated)
SLOPE-package

SLOPE: Sorted L1 Penalized Estimation
SLOPE

Sorted L-One Penalized Estimation
coef.SLOPE

Obtain coefficients
abalone

Abalone
interpolateCoefficients

Interpolate coefficients
bodyfat

Bodyfat
interpolatePenalty

Interpolate penalty values