resource_involvement: Metric: Resource Involvement

Description Usage Arguments Details Methods (by class) References

View source: R/resource_involvement.R

Description

Calculates for each resource/resource-activity in what percentage of cases it is present.

Usage

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

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

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

Next to the resource frequency, the involvement of resources in cases can be of interest to, e.g., decide how "indispensable" they are. This metric is provided on three levels of analysis, which are the cases, the resources, 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.