Multi-splitted variable selection using Adaptive Lasso
multi.adlasso(X, Y, covar.num = NULL, fold.num)
An input matrix, of dimension nobs x nvars.
A numeric response vector, containing nobs variables.
Number of covariates in model, default is NULL.
The number of cross validation folds.
A list of two numeric objects of index of (1) selected and (2) unselected variables.