View source: R/eventHighLevel.R
getEventStatistics | R Documentation |
Get Event Statistics
getEventStatistics( dataFrame, seriesName, events, functions = c("sum", "mean", "min", "max", "number.na"), eventNumbers = 1:nrow(events) )
dataFrame |
data frame containing event data |
seriesName |
name of column in |
events |
data frame containing event information as provided by
|
functions |
define statistical functions |
eventNumbers |
vector of same length as events has rows, giving the numbers that identify the events. Default: 1:nrow(events) |
data frame with event number in first column event and statistical values in further columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.