knitr::opts_chunk$set(echo = TRUE)
library(eventdataR) library(magrittr) library(tidyverse) library(reticulate)
library(pm4py) library(dplyr) library(eventdataR) patients_completes <- patients[patients$registration_type == "complete", ] patients_completes %>% mutate(handling = as.character(handling)) -> patients_completes pm4py::discovery_inductive(patients_completes) -> tmp # doesnt work conformance_diagnostics_alignments(eventlog = patients_completes, tmp) # works fitness_alignments(eventlog = patients_completes, tmp) # works precision_alignments(eventlog = patients_completes, tmp) # works conformance_token_based_replay(eventlog = patients_completes, tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.