Data Management
November 16, 2015
#aggregate
Aggregate is a function in base R which aggregate the inputted data.frame by applying a function parameter to each column of sub-data.frames defined by the by input parameter.
Aggregate is a function in base R which aggregate the inputted data.frame by applying a function parameter to each column of sub-data.frames defined by the by input parameter.