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

View source: R/helper_test_MGD.R

calculatePrR Documentation

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 \insertCiteSarstedt2011;textualcSEM.

Usage

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

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.

Value

A named vector

References

\insertAllCited

cSEM documentation built on Nov. 25, 2022, 1:05 a.m.