############################################################################################
all_part(x, y, inner, outer, mode, scheme, size_candidate, ...)
a list containing information of the candidates to the optimum partition for each 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)
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"
number indicating the minimum threshold for a node
Internal function