search for: tp3397077p3397325

Displaying 1 result from an estimated 1 matches for "tp3397077p3397325".

2011 Mar 22
1
Looping Problem
Hi all, I am trying to write a script that will automate the task of running a Kendall's Tau correlation test on 75 time series that I am interested in. The code I have written is: for(i in 1:length(gagehandles)){ dates<-get(paste(gagehandles[i],"_amsd",sep="")) q<-get(paste(gagehandles[i],"_amsq",sep="")) taup<-Kendall(dates,q)