R 商業流程分析
Gert Janssenswillen
Creator of bupaR










filter_throughput_time(log, interval = c(5,10))

filter_throughput_time(log, interval = c(5,10))

filter_throughput_time(log, percentage = 0.5)
反向套用篩選條件
filter_throughput_time(log, interval = c(5,10), units = "days", reverse =TRUE)
filter_throughput_time(log, percentage = 0.5, reverse = TRUE)
使用半開區間
filter_throughput_time(log, interval = c(5,NA), units = "days")
選取符合下列條件的個案:
R 商業流程分析