I am doing time series analysis. I have sales data for different products for three years. I want to apply time series decomposition using decompose() in R, on each products data and want the output in the same file, means want to have seasonal,trend and other components as columns in the same data.
Data Information: Columns - Product,Year, Month, Sales
Data: https://drive.google.com/folderview?id=0B7GTV25JHGcDb3VhRnRUdmJwRVE&usp=sharing
Thanks in advance...
Let me know if you need further information