identify.seas | R Documentation |
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.
## S3 method for class 'seas'
identify(x, type = c("ao", "tc", "ls"), ...)
x |
an object of class |
type |
character vector, types of outlier to loop through. |
... |
unused, for compatibility with the generic function. |
an object of class "seas"
, containing the static call of the
selected model.
m <- seas(AirPassengers)
identify(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.