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

outlier

Outlier Time series


Description

Returns an object of class "ts" that contains the names of the outliers.

Usage

outlier(x, full = FALSE)

Arguments

x

an object of class "seas".

full

logical, should the full label of the outlier be shown? If FALSE, only the type of the outlier is shown.

Value

character string time series with outliers.

Examples

x <- seas(AirPassengers)
outlier(x)

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.