Re: [R] dealing with NAs in time series

2008-09-05 Thread stephen sefick
look at zoo na.approx this will interpolate in a couple of ways On Fri, Sep 5, 2008 at 11:28 AM, Alexy Khrabrov <[EMAIL PROTECTED]> wrote: > Certain timeseries I have had outliers, which I removed by assigning NA to > their positions. Now acf() refuses to go to work. What's the right way to > re

[R] dealing with NAs in time series

2008-09-05 Thread Alexy Khrabrov
Certain timeseries I have had outliers, which I removed by assigning NA to their positions. Now acf() refuses to go to work. What's the right way to remove outliers from ts objects, and what are teh standard ways to interpolate NAs in them? Cheers, Alexy _