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.
# S3 method for boot_ame
fitted(object, ...)# S3 method for boot_ame
residuals(object, ...)
Never returns; raises an error.
a boot_ame object.
ignored.