Learn R Programming

edeaR (version 0.4.4)

activity_specialization: Metric: Activity Specialization

Description

Analyses whether activities are specialized in by specific resources

Usage

activity_specialization(eventlog, level_of_analysis)

Arguments

eventlog
The event log to be used. An object of class eventlog.
level_of_analysis
At which level the analysis of coverage should be performed: case, activity

Value

At the activity level, calculated the number of resources which execute an activity in absolute value and relative to the total number of resources.At case level, calculates the number of resources which work on the case in absolute value and relative to the total number of resources.