Displaying 1 result from an estimated 1 matches for "td2288257".
2013 Aug 25
1
Capturing the whole output using R
...;-lapply(1:8,function(x) ts(sample(1:45,20,replace=TRUE)))
??Find_Max_CCF()
#No vignettes or demos or help files found with alias or concept or
#title matching ?Find_Max_CCF? using regular expression matching.
Found a function with the same name from
http://r.789695.n4.nabble.com/ccf-function-td2288257.html
?capture.output(do.call(rbind,lapply(seq_along(lst1),function(i) Find_Max_CCF(lst1[[i]],lst2[[i]]))),file="output.txt")
#output.txt
#???????? cor lag
#10 0.4799088? -1
#17 0.2060688?? 6
#16 0.3716986?? 5
#6? 0.3701101? -5
#8? 0.3964724? -3
#4? 0.2942228? -7
#15 0.3191763?? 4
#9? 0....