1. 学习
  2. /
  3. 课程
  4. /
  5. Business Process Analytics in R

Connected

练习

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

说明 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().