Arguments
data
Input matrix of dimension n * p; each of the n rows is an observation vector of p variables. The intercept should be included in the first column as (1,...,1). If not, it is added.
Y
Response variable of length n.
m
Number of bootstrap iteration of the Lasso. Default is m
=100.
maxordre
Number of variables to order. Default is min(n/2-1,p/2-1).
var_nonselect
Number of variables that don't undergo feature selection. They have to be in the first columns of data. Default is 1, the selection is not performed on the intercept.
showtest
Logical value. If TRUE, show the number of regularization parameters tested to show the steps of the algorithm. Default is FALSE.
showordre
Logical value. If TRUE, shows the ordered variables at each step of the algorithm. Default is TRUE.
random
optionnal parameter. Matrix of size n*m, the m bootstrap samples are constructed from the m columns.