Re: [R] ccf time units

2007-03-29 Thread Gabor Grothendieck
The unit of time for a "ts" class object is deltat(ldeaths). See the ?deltat help page. On 3/29/07, tom soyer <[EMAIL PROTECTED]> wrote: > Hi, > > I am using ccf but I could not figure out how to calculate the actual lag in > number of periods from the returned results. The documentation for cc

[R] ccf time units

2007-03-29 Thread tom soyer
Hi, I am using ccf but I could not figure out how to calculate the actual lag in number of periods from the returned results. The documentation for ccf says:"The lag is returned and plotted in units of time". What does "units of time" mean? For example: > x=ldeaths > x1=lag(ldeaths,1) > results=c