## S3 method for class 'erboost':
summary(object,
cBars=length(object$var.names),
n.trees=object$n.trees,
plotit=TRUE,
order=TRUE,
method=relative.influence,
normalize=TRUE,
...)erboost object created from an initial call to
erboost.order=TRUE the only the
variables with the cBars largest relative influence will appear in the
barplot. If order=FALSE then the first cBars variables will
appear in the n.trees trees will be used.relative.influence is the default and is the same as that
described in Friedman (2001). The other current (and experimental) choice is
FALSE then summary.erboost returns the
unnormalized influence.erboost