activity_frequency: Metric: Activity Frequency

Description Usage Arguments Details Methods (by class) References

View source: R/activity_frequency.R

Description

Provides summary statistics about the frequency of activity types at the level of log, traces, cases, activity types.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
activity_frequency(eventlog, level, append, append_column, ...)

## S3 method for class 'eventlog'
activity_frequency(eventlog, level = c("log", "trace",
  "activity", "case"), append = F, append_column = NULL, sort = TRUE,
  ...)

## S3 method for class 'grouped_eventlog'
activity_frequency(eventlog, level = c("log",
  "trace", "activity", "case"), append = F, append_column = NULL,
  sort = TRUE, ...)

Arguments

eventlog

The dataset to be used. Should be a (grouped) eventlog object. eventlog.

level

Level of granularity for the analysis: log, trace, case, activity. For more information, see vignette("metrics", "edeaR")

append

Logical, indicating whether to append results to original event log. Ignored when level is log or trace.

append_column

Which of the output columns to append to log, if append = T. Default column depends on chosen level.

...

Deprecated arguments

sort

Sort output on count. Defaults to TRUE. Only for levels with frequency count output.

Details

Methods (by class)

References

Swennen, M. (2018). Using Event Log Knowledge to Support Operational Exellence Techniques (Doctoral dissertation). Hasselt University.


gertjanssenswillen/edeaR documentation built on July 22, 2019, 7:08 p.m.