Learn R Programming

edeaR (version 0.6.0)

start_activities: Metric: Start activities

Description

At log level, computes how many activity types occur as the first event in a case, both absolute and relative. At activity level, shows the activities which occur as first, and how often. The first event in a case is the one which started the first. #'

Usage

start_activities(eventlog, level_of_analysis = c("log", "case", "activity",
  "resource", "resource-activity"))

Arguments

eventlog

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

level_of_analysis

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