Skip to content
Prev 69610 / 398525 Next

acf problem ?

On Thu, 12 May 2005, Ernesto Jardim wrote:

            
Inside the code

     lag.max <- min(lag.max, sampleT - 1)
     if (lag.max < 1)
         stop("'lag.max' must be at least 1")

so you have only one point in your `time series', I think.