Learn R Programming

cSEM (version 0.6.0)

check_connection: Internal: Check whether two indicators belong to the same construct.

Description

Checks whether two indicators belong to the same construct.

Usage

check_connection(
  .indicator1,
  .indicator2,
  .model_measurement,
  .model_error_cor
)

Value

TRUE if both indicators belong to the same construct, FALSE otherwise.

Arguments

.indicator1

Character string. The name of the indicator 1.

.indicator2

Character string. The name of the indicator 1.

.model_measurement

Matrix. The measurement matrix indicating the relationship between constructs and indicators.

.model_error_cor

Matrix. The matrix indicates the error correlation structure.