test.partition {genpathmox} | R Documentation |
Cheking F-tests results
Description
############################################################################################
Usage
test.partition(x, inner, .model, .scheme, .consistent, modtwo, alpha)
Arguments
x |
matrix or dataframe containing the data. |
inner |
a square (lower triangular) boolean matrix representing the inner model. |
.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. |
modtwo |
vector indicating the binary partition. |
alpha |
value indicating the threshold a stop condition. |
Details
Internal function
Value
list containing matrices needed for the comparison test.
[Package genpathmox version 1.1 Index]