View source: R/precedence_matrix_length_two_loop.R
precedence_matrix_length_two_loops | R Documentation |
Construct a precedence matrix counting how often pattern aba
occurs.
precedence_matrix_length_two_loops(eventlog)
eventlog |
The event log object to be used. |
m <- precedence_matrix_length_two_loops(hospital_multi_perspective)
print(m)
as.matrix(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.