Learn R Programming

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

grpreg fits regularization paths for linear, logistic, or Poisson regression models with grouped penalties, such as the group lasso, group MCP, group SCAD, group exponential lasso, and group bridge. The algorithms are based on the idea of either locally approximated coordinate descent or group descent, depending on the penalty. All of the algorithms (with the exception of group bridge) are stable and fast.

To install:

  • the latest released version: install.packages("grpreg")
  • the latest version (requires devtools): install_github("pbreheny/grpreg")

Copy Link

Version

Install

install.packages('grpreg')

Monthly Downloads

4,058

Version

3.1-0

License

GPL-3

Maintainer

Patrick Breheny

Last Published

May 18th, 2017

Functions in grpreg (3.1-0)

cv.grpreg

Cross-validation for grpreg
cv.grpsurv

Cross-validation for grpsurv
Birthwt

Risk Factors Associated with Low Infant Birth Weight
Lung

VA lung cancer data set
AUC.cv.grpsurv

Calculates AUC for cv.grpsurv objects
birthwt.grpreg

Risk Factors Associated with Low Infant Birth Weight
gBridge

Fit a group bridge regression path
grpreg-internal

Internal grpreg functions
grpreg-package

Regularization paths for regression models with grouped covariates
grpreg

Fit a group penalized regression path
plot.cv.grpreg

Plots the cross-validation curve from a cv.grpreg object
plot.grpreg

Plot coefficients from a "grpreg" object
grpsurv

Fit an group penalized survival model
logLik.grpreg

logLik method for grpreg
select.grpreg

Select an value of lambda along a grpreg path
summary.cv.grpreg

Summarizing inferences based on cross-validation
predict.grpreg

Model predictions based on a fitted grpreg object
predict.grpsurv

Model predictions based on a fitted "grpsurv" object.