calculate_queuing_times {edeaR} | R Documentation |
Calculate queuing times
Description
Usage
calculate_queuing_times(
log,
units = c("auto", "secs", "mins", "hours", "days", "weeks"),
eventlog = deprecated()
)
## S3 method for class 'eventlog'
calculate_queuing_times(
log,
units = c("auto", "secs", "mins", "hours", "days", "weeks"),
eventlog = deprecated()
)
## S3 method for class 'activitylog'
calculate_queuing_times(
log,
units = c("auto", "secs", "mins", "hours", "days", "weeks"),
eventlog = deprecated()
)
Arguments
log |
|
units |
|
eventlog |
Value
Returns a list of all the activity instances, with the time they started, and the time since they were queued. Notice that this does not take into account any process model notion! The time since they are queued is the completion time of the previous activity in the log.
Methods (by class)
-
calculate_queuing_times(eventlog)
: Calculate queueing times foreventlog
andgrouped_eventlog
. -
calculate_queuing_times(activitylog)
: Calculate queueing times foractivitylog
andgrouped_activitylog
.
References
Swennen, M. (2018). Using Event Log Knowledge to Support Operational Exellence Techniques (Doctoral dissertation). Hasselt University.