View source: R/helper_plot.cSEMResults.R
check_connection | R Documentation |
Checks whether two indicators belong to the same construct.
check_connection(
.indicator1,
.indicator2,
.model_measurement,
.model_error_cor
)
.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. |
TRUE if both indicators belong to the same construct, FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.