Calculate probabilities of single elements and combinations occurring
probability_of_combination(elements, maxlen, sep = "_")Function returns a dataframe with observed probabilities for each combination in the dataset
A vector with all elements observed together at an event. Or
a list of vectors or a binary matrix with elements as colnames()
maximum size of combinations to be considered
String. Separator used for showing combinations of elements