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




NiklasCarlos1994/batchanalytics documentation built on Dec. 17, 2021, 5:25 a.m.