Learn R Programming

sperrorest (version 3.0.5)

summary.sperrorestreperror: 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 sperrorestreperror
summary(object, level = 0, na.rm = TRUE, ...)

# S3 method for sperrorest summary(object, ...)

# S3 method for sperrorestimportance print(x, ...)

# S3 method for sperroresterror print(x, ...)

# S3 method for sperrorestreperror print(x, ...)

# S3 method for sperrorest print(x, ...)

# S3 method for sperrorestbenchmarks print(x, ...)

# S3 method for 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 NA values? See mean etc.

...

additional arguments for summary.sperroresterror or summary.sperrorestimportance

x

Depending on method, a sperrorest, sperroresterror or sperrorestimportance object

See Also

sperrorest, summary.sperroresterror, summary.sperrorestimportance