[R] Need help to forecasting the data of the time series .

stephen's mailinglist account stephen4mailinglists at googlemail.com
Thu Dec 10 20:19:55 CET 2009


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
> 13754
data 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




More information about the R-help mailing list