Learn R Programming

edeaR (version 0.7.1)

number_of_repetitions: Metric: Number of repetitions

Description

Provides summuary statistics on the number of repetitions, at the level of activity types, traces, cases and the eventlog.

Usage

number_of_repetitions(eventlog, type = c("repeat", "redo"),
  level_of_analysis = c("log", "case", "activity", "resource",
  "resource-activity"))

Arguments

eventlog

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

type

The type of repetitions, either repeat or redo

level_of_analysis

At which level the analysis of repetitions should be performed: log, case, activity, resource, resource-activity.