You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: inst/help/PLSSEM.md
+37-15Lines changed: 37 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,33 @@ This document explains how to perform Partial Least Squares Structural Equation
4
4
5
5
## 1. Model Setup
6
6
---
7
-
In the **Model** section, you can specify the structural equation model using lavaan syntax. The following operators can be used: =~ to specify a latent variable
8
-
measured by a set of indicators; <~ to specify a composite/emergent variable that is made up of a set of indicators; and ~ to specify the structural model, i.e., the relationships
9
-
between the latent variables and the composites. In specifying the relationships between the latent variables and the composites,
10
-
they must not be isolated in the structural model. In addition, no indicator may be connected to more than one latent variable/composite.
11
-
Furthermore, the structural model may not include any observed variables, i.e., to include observed variables in the structural model they must be specified as
12
-
a single-indicator construct. Finally, a grouping variable can be selected. In this case, the model is estimated separately for each group.
13
-
14
-
-**Grouping Variable**: You can select the grouping variable for multi-group analysis. The grouping variable is optional and can be left empty if not required.
7
+
In the **Model** section, you can specify the structural equation model using lavaan syntax.
8
+
The following operators can be used: =~ to specify a latent variable
9
+
measured by a set of indicators; <~ to specify a composite/emergent variable that is made up of a set of indicators;
10
+
and ~ to specify the structural model, i.e., the relationships
11
+
between the latent variables and the composites. In specifying
12
+
the relationships between the latent variables and the composites,
13
+
they must not be isolated in the structural model. In addition,
14
+
no indicator may be connected to more than one latent variable/composite.
15
+
Furthermore, the structural model may not include any observed variables, i.e.,
16
+
to include observed variables in the structural model they must be specified as
17
+
a single-indicator construct. Finally, a grouping variable can be selected.
18
+
In this case, the model is estimated separately for each group.
19
+
20
+
-**Grouping Variable**: You can select the grouping variable for multi-group analysis.
21
+
The grouping variable is optional and can be left empty if not required.
15
22
16
23
## 2. Estimation Options
17
24
---
18
25
In the **Estimation** section, the following options are available:
19
26
20
-
-**Consistent Partial Least Squares**: Enables the option to use consistent partial least squares (PLSc), which, in contrast to traditional PLS, produces consistent estimates for latent variable models (=~). In this case, Mode A weights are transformed to obtain consistent factor loadings.
21
-
In addition, the correlations between latent variables and other variables of the structural model are corrected for attenuation before they are used to estimate the parameters of the structural model.
27
+
-**Consistent partial least squares**: Enables the option to use consistent partial least squares (PLSc), which,
28
+
in contrast to traditional PLS, produces consistent estimates for latent variable models (=~).
29
+
In this case, Mode A weights are transformed to obtain consistent factor loading estimates.
30
+
In addition, the correlations between latent variables and other variables of the structural model are corrected
31
+
for attenuation before they are used to estimate the parameters of the structural model.
22
32
23
-
-**Inner Weighting Scheme**: Choose from the following options to calculate inner weights used in the PLS algorithm:
33
+
-**Inner weighting scheme**: Choose from the following options to calculate inner weights used in the PLS algorithm:
24
34
- Path weighting scheme
25
35
- Centroid weighting scheme
26
36
- Factorial weighting scheme
@@ -36,13 +46,11 @@ In case of centroid and factorial inner weighting schemes, the structural model
36
46
37
47
-**Error calculation method**: Choose from the following options to calculate the standard errors and confidence intervals of the parameter estimates:
38
48
- None
39
-
- Robust: Use one of the following resample techniques:
40
-
- Bootstrap
41
-
- Jackknife
49
+
- Bootstrap
42
50
43
51
**Samples**: The number of bootstrap runs can be specified.
44
52
45
-
**Repeatabilty**: A seed can be set, to make the analysis reproducible.
53
+
**Repeatability**: A seed can be set, to make the analysis reproducible.
46
54
47
55
48
56
## 3. Output Options
@@ -59,6 +67,20 @@ The **Output** section includes options to customize the output you want to gene
59
67
-**Observed construct correlations**: Enable output of the construct correlation matrix.
60
68
-**Implied construct correlations**: Enable output of the model-implied construct correlation matrix.
61
69
70
+
-**Overall model fit** Enables the option to assess the overall fit of the model.
71
+
In particular, bootstrap in combination with various distance measures, i.e., the geodesic distance (dG),
72
+
the standardized root mean square residual (SRMR), the squared Euclidean distance (dL),
73
+
and the distance of the ML fit function (dML) is used to assess
74
+
the discrepancy between the sample correlation matrix and the model-implied counterpart.
75
+
In the literature, this approach is also known as Bollen-Stine bootstrap. If the test statistic value
76
+
is below the critical value the discrepancy is so small that equality between the model-implied
77
+
and the sample correlation matrix can be assumed, that is, the model is a good representation of the structure
78
+
in the population.
79
+
- Bootstrap runs: Specify the number of bootstrap runs
80
+
- significance level: Specify the significance level for the bootstrap test.
81
+
The significance level is used to determine the critical value.
82
+
The critical value is determined as 1-alpha quantile of the bootstrap distance measures.
83
+
- Saturated structural model: Enables the option to assess the overall fit of a model with a saturated structural model.
62
84
63
85
You can also add **construct scores** to the dataset for further analysis.
0 commit comments