############################################################################################
splitopt(x, inner, .model, .scheme, .consistent, splits, fact, size_candidate)
a list containing information about the bets partition for a specific segmentation variable.
matrix or data frame containing the manifest 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.
vector indicating the binary partition.
vector indicating the categorical variable.
number indicating the minimum threshold for a node.
Internal function