Get rhoC and AVE for a CFA model estimated with estimate_pls
, estimate_cbsem
or estimate_cfa
.
Dillon-Goldstein's Rho as per: Dillon, W. R, and M. Goldstein. 1987. Multivariate Analysis: Methods
and Applications. Biometrical Journal 29 (6).
Average Variance Extracted as per: Fornell, C. and D. F. Larcker (February 1981). Evaluating
structural equation models with unobservable variables and measurement error, Journal of Marketing Research, 18, pp. 39-5
rhoC_AVE(x, constructs = NULL)
A matrix containing the rhoC and AVE metrics for each construct.
Estimated seminr_model
object.
Vector containing the names of the constructs to calculate rhoC and AVE for; if NULL, all constructs are used.