Learn R Programming

bupaR (version 0.3.2)

durations: Durations

Description

Computes the throughput times of each case. Throughput time is defined as the interval between the start of the first event and the completion of the last event.

Usage

durations(eventlog, units)

# S3 method for eventlog durations(eventlog, units = "days")

Arguments

eventlog

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

units

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

Methods (by class)

  • eventlog: Compute durations from eventlog