Displaying 1 result from an estimated 1 matches for "hoea_amsd".
Did you mean:
hoea_amsq
2011 Mar 22
1
Looping Problem
...ndall(dates,q)
print(gagehandles[i])
print(taup)
So basically, I have inputted all the records I am concerned with into R
using the scan function. These are all represented by a four letter
identifier followed by _amsd or _amsq (to distinguish the two variables).
For example, a variable might be hoea_amsd, which has a corresponding
hoea_amsq.
I am trying to write a function that will run through a list of the gage
identifiers ('gagehandles' in the code) and will then runn and Kendall's tau
correlation test on the two variables (suffixes '_amsd' and '_amsq').
It was work...