Description Usage Arguments Value See Also Examples
Computethe path of solution of a spinyReg fit.
| 1 2 3 | 
| X | matrix of features. Do NOT include intercept. | 
| Y | matrix of responses. | 
| alpha | numeric scalar; prior value for the alpha parameter (see the model's details). Default is 0.1. | 
| gamma | numeric scalar; prior value for the gamma parameter (see the model's details). Default is 1. | 
| z | numeric vector; prior support of active variable. Default
is  | 
| intercept | logical; indicates if a vector of intercepts
should be included in the model. Default is  | 
| normalize | logical; indicates if predictor variables should
be normalized to have unit L2 norm before fitting.  Default is
 | 
| verbose | integer; activate verbose mode from '0' (nothing) to '2' (detailed output). should be included in the model. Default is  | 
| recovery | logical; indicates if the full path of models
should be inspected for model selection. Default is  | 
| maxit | integer; the maximal number of iteration (i.e. number of alternated optimization between each parameter) in the Expectation/Maximization algorithm. | 
| eps | a threshold for convergence. Default is  | 
an object with class spinyreg, see the
documentation page spinyreg for details.
See also spinyreg.
| 1 2 3 4 5 6 7 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.