check_arg_mox {genpathmox} | R Documentation |
Checks arguments
Description
############################################################################################
Usage
check_arg_mox(
.model,
.data,
.catvar,
.scheme,
.consistent,
.alpha,
.deep,
.size,
.size_candidate,
.tree
)
Arguments
.model |
a model in lavaan model syntax |
.data |
a data.frame or a matrix of indicators |
.catvar |
a vector or dataframe containing the categorical variables |
.scheme |
Character string. Approach used to obtain composite weights |
.consistent |
Logical. Should composite/proxy correlations be disattenuated |
.alpha |
minimum threshold of f-test p-value |
.deep |
minimum threshold of deep tree |
.size |
minimum threshold size node |
.size_candidate |
minimum size_candidate node threshold |
.tree |
Logical.Should the tree plot printed |
Details
Internal function
Value
a list checked arguments
[Package genpathmox version 1.1 Index]