Learn R Programming

seasonal (version 0.60.0)

slidingspans: Deprecated Functions

Description

Functions are deprecated and will be defunct soon. Use the more univeral series function.

Usage

slidingspans(x, ...)

regressioneffects(x)

revisions(x, ...)

## S3 method for class 'revisions': plot(x, ...)

## S3 method for class 'slidingspans': plot(x, ...)

Arguments

x
object of class "seas"
...
further arguments

See Also

series, for universal X-13 output extraction.

Examples

Run this code
# history spec (replaces the deprecated 'revisions' function)
series(m, "history.trendestimates")
series(m, "history.sfestimates")
series(m, "history.saestimates")
series(m, c("history.sfestimates", "history.trendestimates"))

# slidingspans spec (replaces the deprecated 'slidingspans' function)
series(m, "slidingspans.sfspans")
series(m, "slidingspans.tdspans")

# regressioneffects
series(m, "estimate.regressioneffects")

Run the code above in your browser using DataLab