Mulai sekarangMulai gratis

Everything has a cost

In the vacancies event log, some activities have a cost assigned to them, mostly referring to the time invested in these activities by the resources. In this exercise, we'll check whether throughput time is related to this cost.

Latihan ini merupakan bagian dari kursus

Business Process Analytics in R

Lihat Kursus

Latihan interaktif langsung praktik

Cobalah latihan ini dengan melengkapi kode contoh ini.

# Add total_cost
vacancies_cost <- vacancies %>% 
  group_by_case() %>% 
  mutate(total_cost = ___(___, ___ = TRUE))
Edit dan Jalankan Kode