Learn R Programming

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

ncvreg fits regularization paths for linear, logistic, or Poisson regression models with nonconvex penalties, in particular the minimax concave penalty (MCP) and smoothly clipped absolute deviation (SCAD) penalty. Coordinate descent algorithms are used to fit the models.

To install:

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

Copy Link

Version

Install

install.packages('ncvreg')

Monthly Downloads

2,907

Version

3.7-1

License

GPL-3

Maintainer

Patrick Breheny

Last Published

December 23rd, 2016

Functions in ncvreg (3.7-1)

ncvreg

Fit an MCP- or SCAD-penalized regression path
ncvreg-package

Regularization paths for SCAD- and MCP-penalized regression models
fir

False inclusion rates for ncvreg
ncvsurv

Fit an MCP- or SCAD-penalized survival model
ncvreg-internal

Internal ncvreg functions
Lung

VA lung cancer data set
heart

Risk factors associated with heart disease
cv.ncvsurv

Cross-validation for ncvsurv
AUC.cv.ncvsurv

Calculates AUC for cv.ncvsurv objects
cv.ncvreg

Cross-validation for ncvreg
plot.cv.ncvreg

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

Permutation fitting for ncvreg
plot.fir

Plot false inclusion rate curves
permres

Permute residuals for a fitted ncvreg model
predict.ncvreg

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

Model predictions based on a fitted "ncvsurv" object.
prostate

Factors associated with prostate specific antigen
std

Standardizes a design matrix
plot.ncvreg

Plot coefficients from a "ncvreg" object
plot.ncvsurv.func

Plot survival curve for ncvsurv model
summary.cv.ncvreg

Summarizing inferences based on cross-validation