When attempting to run process discovery algorithms "alpha miner" or "inductive miner", either on my data or using the dataset "patients" and following the example from https://bupar.net/alpha_miner.html (and respective inductive miner site) I run into errors:
Gives an error message:
"Error: Can't subset columns that don't exist. x Column from doesn't exist. Run rlang::last_error() to see where the error occurred."
Furthermore, the output of PN %>% str is different for me:
Hi,
When attempting to run process discovery algorithms "alpha miner" or "inductive miner", either on my data or using the dataset "patients" and following the example from https://bupar.net/alpha_miner.html (and respective inductive miner site) I run into errors:
Alpha miner
Gives an error message: "Error: Can't subset columns that don't exist. x Column
from
doesn't exist. Runrlang::last_error()
to see where the error occurred."Furthermore, the output of
PN %>% str
is different for me:Inductive miner
Produces this:
And the output of
PN %>% str
is also differentHeuristic miner
Cannot be installed:
I'm new to process mining and got a little experience with R in general. May I ask for help on how I can get around this?
thanks!