Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


genpathmox (version 1.1)

check_arg_mox: Checks arguments

Description

############################################################################################

Usage

check_arg_mox(
  .model,
  .data,
  .catvar,
  .scheme,
  .consistent,
  .alpha,
  .deep,
  .size,
  .size_candidate,
  .tree
)

Value

a list checked arguments

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