GMacro FAreaC # For Release 14 - Controls FArea6 #C1 contains degrees of freedom for numerator #C2 contains degrees of freedom for denominator #C3 contains lower limits of intervals, C4 contains upper limits of intervals #C5 contains 0 if Area is between points in C3 and C4 #C5 contains 1 if Area is to the left of point in c4 #C6 contains 2 if Area is to the right of point in C3 let K1 = Count(c1) Do K2 = 1:K1 let C6(1) = C1(K2) let C6(2) = C2(K2) let C6(3) = C3(K2) let C6(4) = C4(K2) let C6(5) = C5(K2) %FArea6 EndDo EndMacro