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:
install.packages("ncvreg")
devtools
): install_github("pbreheny/ncvreg")
install.packages('ncvreg')