OptimalSet {AUCRF} | R Documentation |
Returns the optimal set of predictive variables selected by the AUC-RF method.
OptimalSet(object)
object |
an object of class |
A data.frame with the selected variables ordered by the initial ranking, their importance
values (initial ranking) and, if available, the probability of selection value measured by
AUCRFcv
function.
data(fitCV) OptimalSet(fitCV)