Displaying 1 result from an estimated 1 matches for "hoea_amsq".
Did you mean:
hoea_amsd
2011 Mar 22
1
Looping Problem
...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 working when I was using a small subset o...