Hi, This is the time series data collected from 2001 to 2008 by every month.so,there are 96 entries.I have done basic statistics.I need to find a model fitted to forecast this data.This is the mixedpaper collection for recycling in the campus. 13251 13754 19061 12631 17414 21350 25384 23646 20312 20740 14007 17175 13910 17191 17113 20250 35003 11975 19665 20490 20436 22885 17075 18205 15720 25264 16258 33430 31598 19764 21006 29210 35750 27881 25751 27601 27316 20893 27308 27182 28178 28057 35623 51094 36365 29301 18718 22683 53898 40339 28462 31555 32484 40497 28547 40509 31220 48399 38998 44489 41588 47240 57035 54919 50513 42296 39124 36217 43173 56311 50726 49621 52430 56236 59573 66819 66345 44838 45847 51066 49688 52978 45205 51043 48693 65470 45073 55923 58766 41289 50514 45901 51198 63914 57128 50702 Please advice me analysis tips for me to understand this data very well. thanks, -- View this message in context: http://n4.nabble.com/Need-help-to-forecasting-the-data-of-the-time-series-tp956593p956593.html Sent from the R help mailing list archive at Nabble.com.
stephen's mailinglist account
2009-Dec-10 19:19 UTC
[R] Need help to forecasting the data of the time series .
On Thu, Dec 10, 2009 at 12:34 AM, nivas <sbmanam at gmail.com> wrote:> > Hi, > This is the time series data collected from 2001 to 2008 by every > month.so,there are 96 entries.I have done basic statistics.I need to find a > model fitted to forecast this data.This is the mixedpaper collection for > recycling in the campus. > > 13251 > 13754data deleted> 57128 > 50702 > > Please advice me analysis tips for me to understand this data very well. > thanks, > -- > View this message in context: http://n4.nabble.com/Need-help-to-forecasting-the-data-of-the-time-series-tp956593p956593.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >http://cran.r-project.org/web/views/TimeSeries.html http://cran.r-project.org/doc/contrib/Ricci-refcard-ts.pdf http://www.statoek.wiso.uni-goettingen.de/veranstaltungen/zeitreihen/sommer03/ts_r_intro.pdf http://tur-www1.massey.ac.nz/~pscowper/ts/ http://www.maths.bris.ac.uk/~mazlc/TSA/r-ts.pdf turn it into a time series (ts is function - help(ts)) start plotting -- Stephen