Skip to content
Prev 275674 / 398506 Next

Correllogram of Daily Time Series

Usually it's encouraged to use a csv or txt intermediary between Excel
and R: depending on what you want to do, you can either convert it
once it's in R or maybe use read.zoo() to simplify a few things. Most
people find the raw ts class hard to use and prefer a contributed
class instead: my usual favorite is xts.

Info on correlograms can be found here:
http://www.statmethods.net/advgraphs/correlograms.html

Michael
On Thu, Oct 27, 2011 at 7:55 AM, Bazman76 <h_a_patience at hotmail.com> wrote: