Session Ready
Exercise

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, %>%.

Instructions 1/2
undefined XP
  • 1
  • 2
  • Use trace_explorer() to show the most frequent traces, setting the coverage to 10% of patients.
  • Look at the plot. Which activity types appear in all the most common traces?
  • Find the average number of activities per patient using trace_length().