glmnetRank: Ranks features of a previously fitted glmnet object
Description
This function ranks the input features of a previously fitted glmnet object. Ranking according to the first occurence in the lambda path
or effect sizes at the end of the path.
Usage
glmnetRank(glmnet, first = T, names = T, ...)
Arguments
glmnet
previously fitted glmnet object
first
Defaults to TRUE. TRUE ranking based on occurence. FALSE based on effect sizes
names
Defaults to TRUE. TRUE returns feature names. FALSE returns coefficients