umich-biostatistics/genepADMM: Solving Equality-Constrained Generalized Linear Models or Cox Regression with Lasso Penalty via Alternating Direction Method of Multipliers (ADMM)

An inplementation of the Alternating Direction Method of Multipliers in R. Given data from survival (Cox) certain GLMs (Gaussian, poisson, binomial), it can estimate parameters or parameter pairs for each covariate. It includes options on whether to include an intercept effect, to solve exactly or use an inexact update in each iteration (which greatly speeds up computation time), or solve over a user-defined lambda sequence. At each iteration, it outputs the parameter estimates and the lambda at that iteration, as well as the solution path upon completion.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("umich-biostatistics/genepADMM")
umich-biostatistics/genepADMM documentation built on Jan. 29, 2020, 9:12 p.m.