check_arg_mox: Checks arguments

View source: R/get_pathmox_internal.R

check_arg_moxR 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


genpathmox documentation built on Oct. 26, 2023, 5:08 p.m.