Learn R Programming

edeaR (version 0.4.4)

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, level_of_analysis, raw = FALSE)

Arguments

eventlog
The event log to be used. An object of class eventlog.
level_of_analysis
At which level the analysis of selfloops should be performed: log, case, trace or activity.
raw
When raw values are needed as output, instead of summary statistics. Only applicable when level of analysis is trace or activity.