[R] CCF and missing values.

David Stoffer dsstoffer at gmail.com
Thu Jan 20 21:03:00 CET 2011


combine them and then use acf:

x <- ts(rnorm(10))
y <- ts(x+ rnorm(10))
u <- ts.union(x, y)
(acf(u, na.action=na.pass))


I don't know if it's correct, but it gives an answer... I'm too afraid to
check if it's correct. 

-- 
View this message in context: http://r.789695.n4.nabble.com/CCF-and-missing-values-tp3225942p3228341.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list