Learn R Programming

edeaR (version 0.4.4)

activity_presence: Metric: Activity Presence

Description

Calculates for each activity type in what percentage of cases it is present.

Usage

activity_presence(eventlog)

Arguments

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

See Also

activity_type_frequency

Examples

Run this code

data(example_log)
activity_presence(example_log)


Run the code above in your browser using DataLab