Gabor Grothendieck myway.com> writes:
:
: If I create a bivariate ts series with 3 time points and run
: na.omit on it expecting it to reduce it to a one point ts series
: instead I get the following error messasge:
:
: R> hh <- ts(matrix(c(NA,1:4,NA),3), start = c(1951,8), freq=12)
: R> hh
:
If I create a bivariate ts series with 3 time points and run
na.omit on it expecting it to reduce it to a one point ts series
instead I get the following error messasge:
R> hh <- ts(matrix(c(NA,1:4,NA),3), start = c(1951,8), freq=12)
R> hh
Series 1 Series 2
Aug 1951 NA3
Se