Displaying 1 result from an estimated 1 matches for "hg03".
Did you mean:
  g03
  
2012 Sep 18
1
Cochran-Mantel-Haenszel test
...n each of
7 depth bins (0m, 0-1m, 1-10m, 10-50m etc.), binned over 6-hour
intervals.  I categorized each row of data corresponding to a date and
time into summer vs. winter, and day vs. night, and then summed and
averaged the given % for each depth bin.  My data looks like this (for
one individual, HG03):
 
HG03.dat
   Season  Time Depth    Sum       Avrg
1    summ   day     0   17.2  0.1702970
2    summ   day     1   23.9  0.2366337
3    summ   day    10  868.5  8.5990099
4    summ   day    50 2698.2 26.7148515
5    summ   day   100  419.7  4.1554455
6    summ   day   200  266.1  2.6346535
7    s...