seasadj: Seasonal adjustment

Description Usage Arguments Value Author(s) See Also Examples

View source: R/seasadj.R

Description

Returns seasonally adjusted data constructed by removing the seasonal component.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
seasadj(object, ...)

## S3 method for class 'stl'
seasadj(object, ...)

## S3 method for class 'mstl'
seasadj(object, ...)

## S3 method for class 'decomposed.ts'
seasadj(object, ...)

## S3 method for class 'tbats'
seasadj(object, ...)

## S3 method for class 'seas'
seasadj(object, ...)

Arguments

object

Object created by decompose, stl or tbats.

...

Other arguments not currently used.

Value

Univariate time series.

Author(s)

Rob J Hyndman

See Also

stl, decompose, tbats.

Examples

1
2

a1967fa/f-cast documentation built on May 29, 2019, 12:05 a.m.