powered by
cl_tabulate(x)
x
data("Kinship82") tab <- cl_tabulate(Kinship82) ## The counts: tab$counts ## The most frequent partition: tab$values[[which.max(tab$counts)]]
Run the code above in your browser using DataLab