Learn R Programming

edeaR (version 0.4.4)

throughput_time: Metric: Throughput time of cases

Description

Provides summary statistics concerning the throughput times of cases. The throughput time of cases is defined as the time between the start of the first event and the completion of the last event. Can be performed at the level of the log as well as the level of traces and cases.

Usage

throughput_time(eventlog, level_of_analysis, units = "days")

Arguments

eventlog
The event log to be used. An object of class eventlog.
level_of_analysis
At which level the analysis of throughput times should be performed: log, case or trace.
units
The time unit in which the throughput times should be reported.