powered by
A Ranker of variables
VariableRanker(formula, data, based = "gainratio", ...)
a formula of the form y ~ x1 + x2 + ...
the data frame that contains the variables specified in formula.
formula
methodology used to rank variables. The options available are informationgain, gainratio and symmetrical.uncertainty.
further arguments passed to or from other methods.
A MLA object of subclass Var-Rank
# NOT RUN { ## Load a Dataset data(EGATUR) VariableRanker(formula=GastoTotalD~pais+aloja+motivo,EGATUR) # }
Run the code above in your browser using DataLab