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

2009-12-10 Thread stephen's mailinglist account
On Thu, Dec 10, 2009 at 12:34 AM, nivas sbma...@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@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

__
R-help@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.


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

2009-12-10 Thread G. Jay Kerns
Dear R-help,

This thread was started by a graduate student that I am supervising
who is supposed to know how to do this already.


I would appreciate it if the readers of this list would please refrain
from any further responses to him;  he was supposed to complete this
project on his own to satisfy Master's degree requirements, and he is
now in enough trouble as it is.



On Thu, Dec 10, 2009 at 2:19 PM, stephen's mailinglist account
stephen4mailingli...@googlemail.com wrote:

 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


Thanks for the brief response, Stephen; he has seen (most of) this before.

Unbelievable.
Jay




***
G. Jay Kerns, Ph.D.
Associate Professor
Department of Mathematics  Statistics
Youngstown State University
Youngstown, OH 44555-0002 USA
Office: 1035 Cushwa Hall
Phone: (330) 941-3310 Office (voice mail)
-3302 Department
-3170 FAX
VoIP: gjke...@ekiga.net
E-mail: gke...@ysu.edu
http://people.ysu.edu/~gkerns/

__
R-help@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.