Displaying 1 result from an estimated 1 matches for "yjung".
Did you mean:
jung
2012 Mar 29
3
How to get the most frequent value of the subgroup
Dear Members of the R-Help,
While using a R function - 'aggregate' that you developed, I become to have a question.
In that function,
> aggregate(x, by, FUN, ..., simplify = TRUE)
I was wondering about what type of FUN I should write if I want to get "the most frequent value of the subgroup" as a summary statistics of the subgroups.
I will appreciate if I can get