Check function for occurrence of all treatment groups in the sequence
checks whether each group has its value coming up at least once in the sequence
hasAllGroups(seq, K)
seq
: randomization sequence as inverted matrixK
: number of treatment armsTRUE if all groups represented, FAlSE otherwise
Useful links