summary.represampling {sperrorest}R Documentation

title Summary statistics for a resampling objects

Description

Calculates sample sizes of training and test sets within repetitions and folds of a resampling or represampling object.

Usage

## S3 method for class 'represampling'
summary(object, ...)

## S3 method for class 'resampling'
summary(object, ...)

Arguments

object

A resampling or represampling object.

...

currently ignored.

Value

A list of data.frames summarizing the sample sizes of training and test sets in each fold of each repetition.


[Package sperrorest version 3.0.5 Index]