Learn R Programming

Regularization paths for MCP and SCAD penalized regression models

ncvreg is an R package for fitting regularization paths for linear regression, GLM, and Cox regression models using lasso or nonconvex penalties, in particular the minimax concave penalty (MCP) and smoothly clipped absolute deviation (SCAD) penalty, with options for additional L2 penalties (the "elastic net" idea). Utilities for carrying out cross-validation as well as post-fitting visualization, summarization, inference, and prediction are also provided.

post-selection inference, see Breheny P (2019) Marginal false discovery rates for penalized regression models. Biostatistics, 20: 299-314 and Miller R and Breheny P (2023) Feature-specific inference for penalized regression using local false discovery rates. Statistics in Medicine, 42: 1412–1429.

Installation

To install the latest release version from CRAN:

install.packages("ncvreg")

To install the latest development version from GitHub:

remotes::install_github("pbreheny/ncvreg")

Copy Link

Version

Install

install.packages('ncvreg')

Monthly Downloads

8,440

Version

3.16.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Patrick Breheny

Last Published

November 6th, 2025

Functions in ncvreg (3.16.0)

predict.cv.ncvreg

Model predictions based on a fitted ncvreg object.
predict.ncvsurv

Model predictions based on a fitted ncvsurv object.
std

Standardizes a design matrix
residuals.ncvreg

Extract residuals from a ncvreg or ncvsurv fit
summary.ncvreg

Summary method for ncvreg objects
summary.cv.ncvreg

Summarizing cross-validation-based inference
ncvsurv

Fit an MCP- or SCAD-penalized survival model
Lung

VA lung cancer data set
assign_fold

Assign folds for cross-validation
logLik.ncvreg

Extract Log-Likelihood
AUC.cv.ncvsurv

AUC for cv.ncvsurv objects
local_mfdr

Estimate local mFDR for all features
cv.ncvreg

Cross-validation for ncvreg/ncvsurv
intervals

Projection base test statistics and intervals
mfdr

Marginal false discovery rates
Heart

Risk factors associated with heart disease
Prostate

Factors associated with prostate specific antigen
plot.cv.ncvreg

Plots the cross-validation curve from a cv.ncvreg object
permres

Permute residuals for a fitted ncvreg model
perm.ncvreg

Permutation fitting for ncvreg
ncvreg

Fit an MCP- or SCAD-penalized regression path
plot.ncvreg

Plot coefficients from a ncvreg object
ncvreg-package

ncvreg: Regularization Paths for SCAD and MCP Penalized Regression Models
plot.ncvsurv.func

Plot survival curve for ncvsurv model
ncvfit

Direct interface for nonconvex penalized regression (non-pathwise)
plot.mfdr

Plot marginal false discovery rate curves