gdescomponer {descomponer} | R Documentation |
Plotting the trend and seasonal
Description
Plotting the trend and seasonal of time series.
Usage
gdescomponer(y,freq,type,year,q)
Arguments
y |
a vector of the observed time-serie values |
freq |
Number of times in each unit time interval |
type |
lineal (1), quadratic(2) |
year |
the year of the first observation |
q |
the time of the first observation |
References
Parra, F. (2014), Amplitude time-frequency regression, (http://econometria.wordpress.com/2013/08/21/estimation-of-time-varying-regression-coefficients/)
See Also
Examples
data(ipi)
gdescomponer(ipi,12,1,2002,1)
[Package descomponer version 1.6 Index]