glmnetRank: Ranks features of a previously fitted 'glmnet' object

Description Usage Arguments

View source: R/glmnetRank.R

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

1
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

...

other arguments, not used now


SurvRank documentation built on May 30, 2017, 2:53 a.m.