Business Process Analytics in R
Gert Janssenswillen
Creator of bupaR
Metrics
Visuals
log_healthcare %>%
start_activities("activity") %>%
plot()
log_healthcare %>%
end_activities("activity") %>%
plot()
An example patient history
Creating precedence matrices
eventlog %>% precedence_matrix(type = "absolute") %>% plot()
Business Process Analytics in R