Get startedGet started for free

Process variants

Investigate the structure of the sepsis process by answering the following questions. The sepsis data has already been prepared.

bupaR is designed to be pipe-friendly. In the second step, you'll see an example of chaining commands together using the pipe operator, %>%.

This exercise is part of the course

Business Process Analytics in R

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Explore traces with 10% coverage
___

# Calculate the average trace length
___
Edit and Run Code