View source: R/helper_assess.R
calculateFLCriterion | R Documentation |
Computes the Fornell-Larcker matrix.
calculateFLCriterion( .object = NULL, .only_common_factors = TRUE, ... )
.object |
An R object of class cSEMResults resulting from a call to |
.only_common_factors |
Logical. Should only concepts modeled as common
factors be included when calculating one of the following quality criteria:
AVE, the Fornell-Larcker criterion, HTMT, and all reliability estimates.
Defaults to |
... |
Ignored. |
The Fornell-Larcker criterion (FL criterion) is a rule suggested by \insertCiteFornell1981;textualcSEM to assess discriminant validity. The Fornell-Larcker criterion is a decision rule based on a comparison between the squared construct correlations and the average variance extracted (AVE).
The FL criterion is inherently tied to the common factor model. It is therefore unclear how to meaningfully interpret the FL criterion in the context of a model that contains constructs modeled as composites.
A matrix with the squared construct correlations on the off-diagonal and the AVE's on the main diagonal.
assess()
, cSEMResults
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.