############################################################################################
splitopt(x, inner, outer, mode, scheme, 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)
list of vectors with column indices or column names
from Data
indicating the sets of manifest variables forming
each block (i.e. which manifest variables correspond to each block)
character vector indicating the type of measurement for each
block. Possible values are: "A", "B"
The length of modes
must be equal to the length of blocks
string indicating the type of inner weighting
scheme. Possible values are "centroid"
, "factorial"
, or
"path"
vector indicating the binary partition
vector indicating the categorical variable
number indicating the minimum threshold for a node
Internal function