resource_frequency: Metric: Resource frequency

Description Usage Arguments Details Methods (by class) References

View source: R/resource_frequency.R

Description

Analyses the frequency of resources at different levels of analysis

Usage

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

## S3 method for class 'eventlog'
resource_frequency(eventlog, level = c("log", "case",
  "activity", "resource", "resource-activity"), append = FALSE,
  append_column = NULL, sort = TRUE, ...)

## S3 method for class 'grouped_eventlog'
resource_frequency(eventlog, level = c("log",
  "case", "activity", "resource", "resource-activity"), append = FALSE,
  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, 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.

sort

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

Details

Comparable to the concept of the activity frequency the frequency of resources in a business process can also be very insightful for companies, e.g., during company restructuring.

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.