README

Martin Vincent

2017-03-31

Sparse Group Lasso Solver

CRAN_Status_Badge Travis-CI Build Status AppVeyor Build Status Coverage Status

This is the release of R package sglOptim version 1.3.6.

R-package Overview

This package is not intended for direct use, it is a service package for other R packages. If you want to use the optimizer I recommend you do one of the following:

For details on the algorithm and more see http://dx.doi.org/10.1016/j.csda.2013.06.004. The loss/objective function must be defined in a C++ module, for more information see Building a Customized Sparse Group Lasso Package.

Installation

Install the released version from CRAN:

install.packages("sglOptim")

Install the release candidate from GitHub:

# install.packages("devtools")
devtools::install_github("vincent-dk/sglOptim")

Install the development version from GitHub:

# install.packages("devtools")
devtools::install_github("vincent-dk/sglOptim", ref = "develop")

Author

Martin Vincent

License

GPL (>=2)