search for: range_numb

Displaying 1 result from an estimated 1 matches for "range_numb".

Did you mean: range_number
2010 Sep 03
4
Generation of uniform random numbers
...erate (0, 20, 60, 20, 0 i.e. 2nd column of rate_number) uniform random numbers in the range (using 2nd column of range_mat) i.e. (8.5 to 9), (9 to 9.5), (9.5 to 10.5), (10.5 to 11), (11 to 11.5) respectively. I could have generated these random numbers Individually using runif, but main problem is range_number could be anything i.e. there may be 50 rates but for each rate, no of rate combination will always be 5 i.e. rate_number will always have 5 rows only and also range_mat will always have 6 rows only. I tried writing loops and even tapply etc. but just can't get through. I sincerely request y...