R/summary_functions.R
summary.sperrorestimportance.Rd
summary.sperrorestimportance
calculated mean, standard
deviation, median etc. of the calculated error measures at the specified
level (overall, repetition, or fold).
# S3 method for class 'sperrorestimportance'
summary(object, level = 0, na.rm = TRUE, which = NULL, ...)
sperrorestimportance
object calculated by sperrorest called
with argument importance = TRUE
Level at which errors are summarized: 0: overall (i.e. across all repetitions); 1: repetition; 2: fold
Remove NA
values? See mean etc.
optional character vector specifying selected variables for which the importances should be summarized
additional arguments (currently ignored)
a list or data.frame, depending on the level
of aggregation