cSEM (version 0.5.0)

calculatePr: Internal: Calculation of the CDF used in Henseler et al. (2009)

Description

Calculates the probability that theta^1 is smaller than or equal to theta^2. See Equation (6) in Sarstedt2011;textualcSEM.

Usage

calculatePr(.resample_centered = NULL, .parameters_to_compare = NULL)

Value

A named vector

Arguments

.parameters_to_compare

A model in lavaan model syntax indicating which parameters (i.e, path (~), loadings (=~), weights (<~), or correlations (~~)) should be compared across groups. Defaults to NULL in which case all weights, loadings and path coefficients of the originally specified model are compared.

References