Closed ronaldindergand closed 10 years ago
allowing for internal NAs requires a very different structure of the function. As td(), the main function of tempdisagg, does not allow for internal NAs, I am not sure whether we want to cover it here. > 0.23.1 returns a warning.
bsp <- ts(rnorm(48), frequency = 12) window(bsp, start = c(2,1), end = c(2,12)) <- NA ta(bsp)