Learn R Programming

edeaR (version 0.6.0)

processing_time: Metric: Processing time

Description

Provides summary statistics about the processing time of events on the level of activities, traces, cases or log.

Usage

processing_time(eventlog, level_of_analysis = c("log", "trace", "case",
  "activity", "resource", "resource-activity"), units = c("hours", "days",
  "weeks", "mins"))

Arguments

eventlog

The event log to be used. An object of class eventlog.

level_of_analysis

At which level the analysis of processing times should be performed: log, trace, case, resource or activity. #'

units

The time unit in which the throughput times should be reported.