processing_time: Metric: Processing time

Description Usage Arguments Details Methods (by class) References

View source: R/processing_time.R

Description

Provides summary statistics about the processing time of the process.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
processing_time(eventlog, level, append, append_column, units, sort,
  work_schedule, ...)

## S3 method for class 'eventlog'
processing_time(eventlog, level = c("log", "trace",
  "case", "activity", "resource", "resource-activity"), append = F,
  append_column = NULL, units = c("days", "hours", "mins", "secs",
  "weeks"), sort = TRUE, work_schedule = NULL, ...)

## S3 method for class 'grouped_eventlog'
processing_time(eventlog, level = c("log",
  "trace", "case", "activity", "resource", "resource-activity"),
  append = F, append_column = NULL, units = c("days", "hours",
  "mins", "secs", "weeks"), sort = TRUE, work_schedule = NULL, ...)

Arguments

eventlog

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

level

Level of granularity for the analysis: log, case, trace, activity, resource or resource-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.

units

Time units to be used

sort

Sort on decreasing processing time. For case level only.

work_schedule

A schedule of working hours. If provided, only working hours are counted as processing time.

...

Deprecated arguments

Details

In contrast to the throughput time of the cases in an event log, the metrics concerning the active time or the actual processing time provide summary statistics on the processing time of events on the level of the complete event log, the specific cases, traces, the activities, and the resource-activity combinations.

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.