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.
Package details |
|
---|---|
Maintainer | |
License | MIT + file LICENSE |
Version | 1.0 |
Package repository | View on GitHub |
Installation |
Install the latest version of this package by entering the following in R:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.