Internal segmentation/clustering function
segclust_internal(
x,
seg.var,
diag.var,
order.var,
Kmax,
ncluster,
lmin,
scale.variable,
sameSigma = FALSE,
...
)
data.frame with observations
names of the variables used for segmentation (either one or two names).
names of the variables on which statistics are calculated.
names of the variable with which states are ordered.
maximum number of segments.
number of cluster into which segments should be grouped. Can be a vector if one want to test several number of clusters.
minimum length of segments.
TRUE or FALSE for automatic scaling of variables (reduction and centering)
does segments have same variance ?
additional arguments given to chooseseg_lavielle