View source: R/SOptim_CalcSegmentStats.R
aggregateMultiStats | R Documentation |
An ancillary function used to aggregate data by segment ID (field: SID) for multiple functions
aggregateMultiStats(x, funs = c("mean", "sd"), na.rm = TRUE)
x |
A data.frame or matrix object. |
funs |
Function names (default: |
na.rm |
Remove NA's? This will be passed to aggregation functions defined (default: TRUE). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.