Skip to contents

A boot_ame stores replicate-level distributional summaries, not per-cell predictions or residuals. These methods exist only to refuse the call clearly (instead of falling through to stats::fitted.default / stats::residuals.default, which would silently return NULL). Apply fitted / residuals to the underlying ame_als fit instead.

Usage

# S3 method for class 'boot_ame'
fitted(object, ...)

# S3 method for class 'boot_ame'
residuals(object, ...)

Arguments

object

a boot_ame object.

...

ignored.

Value

Never returns; raises an error.