idle_time.Rd
Calculates the amount of time that no activity occurs.
idle_time(eventlog, level, append, units, ...) # S3 method for eventlog idle_time(eventlog, level = c("log", "case", "trace", "resource"), append = FALSE, units = c("hours", "days", "weeks", "mins", "secs"), ...) # S3 method for grouped_eventlog idle_time(eventlog, level = c("log", "case", "trace", "resource"), append = FALSE, units = c("hours", "days", "weeks", "mins"), ...)
eventlog | The dataset to be used. Should be a (grouped) eventlog object.
|
---|---|
level | Level of granularity for the analysis: log, case, trace, or resource.
For more information, see |
append | Logical, indicating whether to append results to original event log. Ignored when level is log or trace. |
units | Time units to be used |
... | Deprecated arguments |
On the level of the complete event log, the idle time metric provides an overview of summary statistics of the idle time per case, aggregated over the complete event log.
The metric applied on the level of the specific cases in the event log provides an overview of the total idle time per case
On the level of the different traces that occur in the event log, the idle time metric provides an overview of the summary statistics of the idle time for each trace in the event log.
The metric can also be of interest on the level of the resources, to get an insight in the amount of time each resource \"wastes\" during the process.
eventlog
: Compute the idle time for eventlog
grouped_eventlog
: Compute idle time for grouped eventlog
Swennen, M. (2018). Using Event Log Knowledge to Support Operational Exellence Techniques (Doctoral dissertation). Hasselt University.