Learn R Programming

edeaR (version 0.7.1)

size_of_selfloops: Metric: Size of selfloops

Description

Provides summary statistics on the sizes of selfloops at the level of activity types, cases, traces or log. A selfloop of size x refers to the occurrence of x consecutive events of that activity type.

Usage

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

Arguments

eventlog

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

type

Type of selfloops. I.e. repeat or redo

level_of_analysis

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