Learn R Programming

edeaR (version 0.7.1)

idle_time: Metric: Idle Time

Description

Calculates the amount of time that no activity occurs for a case or for a resource. At log level it gives summary statistics of all cases in the log. At trace level it provides summary statistics of all cases related to this case. '

Usage

idle_time(eventlog, level_of_analysis = c("log", "case", "trace", "resource"),
  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 activity type frequency should be performed: log, trace, case, resource.

units

Time units to be used