R/summary_functions.R
summary.sperrorest.Rd
Summary methods provide varying level of detail while print methods provide full details.
# S3 method for class 'sperrorestreperror'
summary(object, level = 0, na.rm = TRUE, ...)
# S3 method for class 'sperrorest'
summary(object, ...)
# S3 method for class 'sperrorestimportance'
print(x, ...)
# S3 method for class 'sperroresterror'
print(x, ...)
# S3 method for class 'sperrorestreperror'
print(x, ...)
# S3 method for class 'sperrorest'
print(x, ...)
# S3 method for class 'sperrorestbenchmarks'
print(x, ...)
# S3 method for class 'sperrorestpackageversion'
print(x, ...)
a sperrorest object
Level at which errors are summarized: 0: overall (i.e. across all repetitions); 1: repetition; 2: fold
Remove NA
values? See mean etc.
additional arguments for summary.sperroresterror or summary.sperrorestimportance
Depending on method, a sperrorest, sperroresterror
or
sperrorestimportance
object