############################################################################################
partopt(x, y, inner, .model, .scheme, .consistent, size_candidate)
a list containing information of the best partition given a set of segmentation variables
matrix or dataframe containing the dataset
matrix or dataframe or vector of the segmentation variables
a square (lower triangular) boolean matrix representing the inner model (i.e. the path relationships between latent variables)
A description of the user-specified model.
string indicating the type of inner weighting
scheme. Possible values are "centroid"
, "factorial"
, or
"path"
.
Logical. Should composite/proxy correlations be disattenuated to yield consistent loadings and path estimates if at least one of the construct is modeled as a common factor. Defaults to TRUE.
number indicating the minimum threshold for a node
Internal function