Quantcast

Univariate Time Series Analysis in R

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Univariate Time Series Analysis in R

override
Hello!

I want to realise an univariate time series analysis in R, can someone help me for the first steps?

Thanks
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Univariate Time Series Analysis in R

Roy Mendelssohn - NOAA Federal

On Jul 31, 2012, at 7:13 AM, override wrote:

> Hello!
>
> I want to realise an univariate time series analysis in R, can someone help
> me for the first steps?
>
> Thanks


http://cran.r-project.org/web/views/TimeSeries.html


**********************
"The contents of this message do not reflect any position of the U.S. Government or NOAA."
**********************
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
1352 Lighthouse Avenue
Pacific Grove, CA 93950-2097

e-mail: [hidden email] (Note new e-mail address)
voice: (831)-648-9029
fax: (831)-648-8440
www: http://www.pfeg.noaa.gov/

"Old age and treachery will overcome youth and skill."
"From those who have been given much, much will be expected"
"the arc of the moral universe is long, but it bends toward justice" -MLK Jr.

______________________________________________
[hidden email] 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.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Univariate Time Series Analysis in R

J Toll
In reply to this post by override
On Tue, Jul 31, 2012 at 9:13 AM, override <[hidden email]> wrote:
> I want to realise an univariate time series analysis in R, can someone help
> me for the first steps?

There's a lot of material on this subject if you just do a basic
search of Google or rseek.org.  As already mentioned, the CRAN Task
View is also very helpful.  For a quick tutorial maybe try:

R Time Series Tutorial
http://www.stat.pitt.edu/stoffer/tsa3/R_toot.htm

HTH

James

______________________________________________
[hidden email] 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.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Univariate Time Series Analysis in R

Rolf Turner-3
On 01/08/12 04:16, J Toll wrote:
> On Tue, Jul 31, 2012 at 9:13 AM, override <[hidden email]> wrote:
>> I want to realise an univariate time series analysis in R, can someone help
>> me for the first steps?
> There's a lot of material on this subject if you just do a basic
> search of Google or rseek.org.  As already mentioned, the CRAN Task
> View is also very helpful.  For a quick tutorial maybe try:
>
> R Time Series Tutorial
> http://www.stat.pitt.edu/stoffer/tsa3/R_toot.htm

This is a bit OT, but I just had a look at the forgoing page, and
the first R example given indicates that 2+2 = 5.  I presume that
this is a joke, but it seems to me to be a weak one, and could put
off a complete newbie, particularly someone whose first language
was not English.

     cheers,

         Rolf Turner

______________________________________________
[hidden email] 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.
Loading...