calculateReliabilities | R Documentation |
Internal: Calculate Reliabilities
calculateReliabilities( .X = args_default()$.X, .S = args_default()$.S, .W = args_default()$.W, .approach_weights = args_default()$.approach_weights, .csem_model = args_default()$.csem_model, .disattenuate = args_default()$.disattenuate, .PLS_approach_cf = args_default()$.PLS_approach_cf, .reliabilities = args_default()$.reliabilities )
.X |
A matrix of processed data (scaled, cleaned and ordered). |
.S |
The (K x K) empirical indicator correlation matrix. |
.W |
A (J x K) matrix of weights. |
.approach_weights |
Character string. Approach used to obtain composite weights. One of: "PLS-PM", "SUMCORR", "MAXVAR", "SSQCORR", "MINVAR", "GENVAR", "GSCA", "PCA", "unit", "bartlett", or "regression". Defaults to "PLS-PM". |
.csem_model |
A (possibly incomplete) cSEMModel-list. |
.disattenuate |
Logical. Should composite/proxy correlations
be disattenuated to yield consistent loadings and path estimates if at least
one of the construct is modeled as a common factor? Defaults to |
.PLS_approach_cf |
Character string. Approach used to obtain the correction
factors for PLSc. One of: "dist_squared_euclid", "dist_euclid_weighted",
"fisher_transformed", "mean_arithmetic", "mean_geometric", "mean_harmonic",
"geo_of_harmonic". Defaults to "dist_squared_euclid".
Ignored if |
.reliabilities |
A character vector of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.