kmenas_sevt performs k-means clustering
to aggregate the stage probabilities of the initial
staged tree object.
Different values for k can be specified by supplying a
(named) vector to k.
kmeans from the stats package is used
internally and arguments algorithm and nstart
refer to the same arguments as kmeans.