VariableRanker: Ranks of importance variables

Description Usage Arguments Value Examples

View source: R/VariablesSelector.R

Description

A Ranker of variables

Usage

1
VariableRanker(formula, data, based = "gainratio", ...)

Arguments

formula

a formula of the form y ~ x1 + x2 + ...

data

the data frame that contains the variables specified in formula.

based

methodology used to rank variables. The options available are informationgain, gainratio and symmetrical.uncertainty.

...

further arguments passed to or from other methods.

Value

A MLA object of subclass Var-Rank

Examples

1
2
3
## Load a Dataset
data(EGATUR)
VariableRanker(formula=GastoTotalD~pais+aloja+motivo,EGATUR)

MachineLearning documentation built on March 13, 2020, 2:54 a.m.