powered by
Calculate the maximum length of a case / number of activities in the longest trace in an event log
max_case_length(processed_df)
An integer number of the maximum case length (longest trace) in an event log.
integer
A processed dataset of class ppred_examples_df returned by prepare_examples().
ppred_examples_df
prepare_examples()
library(processpredictR) library(eventdataR) df <- prepare_examples(patients) max_case_length(df)
Run the code above in your browser using DataLab