summary.sperrorestreperror {sperrorest} | R Documentation |
Summary and print methods for sperrorest results
Description
Summary methods provide varying level of detail while print methods provide full details.
Usage
## 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, ...)
Arguments
object |
a sperrorest object |
level |
Level at which errors are summarized: 0: overall (i.e. across all repetitions); 1: repetition; 2: fold |
na.rm |
Remove |
... |
additional arguments for summary.sperroresterror or summary.sperrorestimportance |
x |
Depending on method, a sperrorest, |
See Also
sperrorest, summary.sperroresterror, summary.sperrorestimportance
[Package sperrorest version 3.0.5 Index]