Description Usage Arguments Examples
Uses the NIDAAREM procedure to accelerate proximal gradient algorithms for fitting l1-penalized regression.
1 |
par |
initial value of the parameters |
X |
the n x p design matrix |
y |
vector of responses (should have length n) |
lambda |
the penalty term |
stplngth |
The step length used in the proximal gradient scheme. |
nesterov.init |
A logical indicator. If true, the NIDAAREM algorithm is used. If false, the DAAREM algorithm is used. |
family |
The link function used in the regression. Can be either gaussian or binomial. |
control |
A list of additional control parameters. |
1 | a = 2
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.