edeaR (version 0.8.1)

start_activities: Metric: Start activities

Description

Analyse the start activities in the process

Usage

start_activities(eventlog, level, append, ...)

# S3 method for eventlog start_activities(eventlog, level = c("log", "case", "activity", "resource", "resource-activity"), append = FALSE, append_column = NULL, ...)

# S3 method for grouped_eventlog start_activities(eventlog, level = c("log", "case", "activity", "resource", "resource-activity"), append = FALSE, append_column = NULL, ...)

Arguments

eventlog

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

level

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

...

Deprecated arguments

append_column

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

Methods (by class)

  • eventlog: Start activities for eventlog

  • grouped_eventlog: Start activities for grouped eventlog

Details

  • On log levels, this metric shows the absolute and relative number of activities that are the first activity in one or more of the cases.

  • On the level of the specific cases, this metric provides an overview of the start activity of each case.

  • On the activity level This metric calculates for each activity the absolute and relative number of cases that start with this activity type. The relative number is calculated as a portion of the number of cases, being the number of "opportunities" that an activity could be the start activity. The cumulative sum is added to have an insight in the number of activities that is required to cover a certain part of the total.

  • On the level of the distinct resources, an overview of which resources execute the first activity per case can be of interest for a company. Probably this person is responsible for the correct communication to the customer.

  • Finally, on the resource-activity level, this metric shows for each occurring resource-activity combination the absolute and relative number of times this resource executes this activity as an start activity in a case.

References

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