Learn R Programming

gglasso

An R package for fitting the group lasso

Installation

You can install the development version of gglasso from GitHub with:

install.packages("pacman")
pacman::p_install_gh("emeryyi/gglasso")

Copy Link

Version

Install

install.packages('gglasso')

Monthly Downloads

819

Version

1.5.1

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

March 24th, 2024

Functions in gglasso (1.5.1)

print.gglasso

print a gglasso object
plot.gglasso

Plot solution paths from a "gglasso" object
bardet

Simplified gene expression data from Scheetz et al. (2006)
cv.gglasso

Cross-validation for gglasso
gglasso

Fits the regularization paths for group-lasso penalized learning problems
colon

Simplified gene expression data from Alon et al. (1999)
coef.gglasso

get coefficients or make coefficient predictions from an "gglasso" object.
coef.cv.gglasso

get coefficients or make coefficient predictions from a "cv.gglasso" object.
plot.cv.gglasso

plot the cross-validation curve produced by cv.gglasso
predict.cv.gglasso

make predictions from a "cv.gglasso" object.
predict.gglasso

make predictions from a "gglasso" object.