Skip to contents

Perform Jackknife resampling on an object.

Usage

jackknife(object, ...)

# S3 method for class 'SensIAT_within_group_model'
jackknife(object, ...)

# S3 method for class 'SensIAT_fulldata_model'
jackknife(object, ...)

Arguments

object

An object to cross validate on.

...

Additional arguments passed to the method.

Value

A data frame of the jackknife resampling results.

Methods (by class)

  • jackknife(SensIAT_within_group_model): Perform jackknife resampling on a SensIAT_within_group_model object.

  • jackknife(SensIAT_fulldata_model): Perform jackknife resampling on a SensIAT_fulldata_model object.