partopt {genpathmox} | R Documentation |
Best partition given a set of segmentation variables
Description
############################################################################################
Usage
partopt(x, y, inner, .model, .scheme, .consistent, size_candidate)
Arguments
x |
matrix or dataframe containing the dataset |
y |
matrix or dataframe or vector of the segmentation variables |
inner |
a square (lower triangular) boolean matrix representing the inner model (i.e. the path relationships between latent variables) |
.model |
A description of the user-specified model. |
.scheme |
string indicating the type of inner weighting
scheme. Possible values are |
.consistent |
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. |
size_candidate |
number indicating the minimum threshold for a node |
Details
Internal function
Value
a list containing information of the best partition given a set of segmentation variables