knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(batchanalytics) library(bupaR) library(bamalog)
Load example eventlog from bupaR
log <- patients head(log)
Detect Batching behaviour
activity_log <- detect_batching_log(log, show_progress = F) head(activity_log)
analyse the batching behaviour
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.