Learn R Programming

fabletools (version 0.5.0)

outliers: Identify outliers

Description

Return a table of outlying observations using a fitted model.

Usage

outliers(object, ...)

# S3 method for mdl_df outliers(object, ...)

# S3 method for mdl_ts outliers(object, ...)

Arguments

object

An object which can identify outliers.

...

Arguments for further methods.