Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

identify.seas

Manually Identify Outliers


Description

Select or deselect outliers by point and click. To quit and return the call, press ESC. Click several times to loop through different outlier types.

Usage

## S3 method for class 'seas'
identify(x, type = c("ao", "tc", "ls"), ...)

Arguments

x

an object of class "seas".

type

character vector, types of outlier to loop through.

...

unused, for compatibility with the generic function.

Value

an object of class "seas", containing the static call of the selected model.

Examples

m <- seas(AirPassengers)
 identify(m)

seasonal

R Interface to X-13-ARIMA-SEATS

v1.8.2
GPL-3
Authors
Christoph Sax [aut, cre] (<https://orcid.org/0000-0002-7192-7044>), Dirk Eddelbuettel [ctb] (<https://orcid.org/0000-0001-6419-907X>)
Initial release
2021-03-23

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.