Learn R Programming

seminr (version 2.3.7)

rhoC_AVE: seminr rhoC_AVE() function

Description

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

Usage

rhoC_AVE(x, constructs = NULL)

Value

A matrix containing the rhoC and AVE metrics for each construct.

Arguments

x

Estimated seminr_model object.

constructs

Vector containing the names of the constructs to calculate rhoC and AVE for; if NULL, all constructs are used.