search for: tabcum

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

Did you mean: accum
2009 Jun 17
1
function to determine to which class/category a value belongs to?
...able(), and the upper and lower quartiles (quantile25 and quantile75) for the same dataset. Is there a function that tells me in which category does the value of the quartile falls into? for example: tabsp <- table(fam$I[fam$I>0]) 1 3 6 6 1 1 and for the cumulative frequency distribution tabcum <- cumsum(tabsp) 1 3 6 6 7 8 so, If my lower quartile is "2", I can visually determine that it falls into class/category "1" with 6 observations. Is there a function that performs this determination? Thanks. Germán Bonilla I. Ecol. UNAM [[alternative HTML version delet...