summary.sperrorest: Summary and print methods for sperrorest results

View source: R/summary_functions.R

summary.sperrorestreperrorR 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 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


sperrorest documentation built on Oct. 16, 2022, 5:05 p.m.