I am trying to create a frequency distribution table, which calculates the frequency for values within a class. For eg: -1 to -0.8, -0.8 to -0.6 till .6 to .8; .8 to 1
I think s:( f:-1f+0.2f*til 10) helps me get the intervals
Now i have the values in a table t1, from which i want to calculate the frequency of each values given the above interval.
I am trying to create a frequency distribution table, which calculates the frequency for values within a class. For eg: -1 to -0.8, -0.8 to -0.6 till .6 to .8; .8 to 1
I think s:( f:-1f+0.2f*til 10) helps me get the intervals
Now i have the values in a table t1, from which i want to calculate the frequency of each values given the above interval.